#b85edc

Color #B85EDC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B85EDC

Tints of Medium Orchid #B85EDC

Color information

#B85EDC (or 0xB85EDC) is unknown color: approx Medium Orchid. HEX triplet: B8, 5E and DC. RGB value is (184,94,220). Sum of RGB (Red+Green+Blue) = 184+94+220=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #B85EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85EDC is #47A123. Grayscale: #868686. Windows color (decimal): -4694308 or 14442168. OLE color: 14442168.

HSL color Cylindrical-coordinate representation of color #B85EDC: hue angle of 282.86º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85EDC is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18494220-
CMYK0.160.5700.14
HSL282.86º64.29%61.57%-
HSV(B)282.86º57.27%86.27%-
XYZ36.6923.3670.29-
YUV135.27175.82162.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 36.95%
GREEN value IS 94 (37.11% from 255) = 18.88%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=36.95%
G=18.88%
B=44.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal184942200.160.5700.14282.8664.2961.57
HexB85EDC10390E11b403e
Octal270136334207101643310076
Binary1011100010111101101110010000111001011101000110111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b85edc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b85edc; }

 p { color: rgb(184,94,220); }

 H1.HeaderClassName
 {
   color: #b85edc;
 }
 .AnyTagClassName
 {
   color: #b85edc;
 }
</style>
background-color css

<style>
 a { background-color: #b85edc; }

 a { background-color: rgb(184,94,220); }

 div.DivClassName
 {
   background-color: #b85edc;
 }
 .BgClassName
 {
   background-color: #b85edc;
 }
</style>
border-color css

<style>
 span { border-color: #b85edc; }

 span { border-color: rgb(184,94,220); }

 td.TdClassName
 {
   border-color: #b85edc;
 }
 .TagClassName
 {
   border-color: #b85edc;
 }
</style>