#B85CDE

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

Shades of Medium Orchid #B85CDE

Tints of Medium Orchid #B85CDE

Color information

#B85CDE (or 0xB85CDE) is unknown color: approx Medium Orchid. HEX triplet: B8, 5C and DE. RGB value is (184,92,222). Sum of RGB (Red+Green+Blue) = 184+92+222=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #B85CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CDE is #47A321. Grayscale: #858585. Windows color (decimal): -4694818 or 14572728. OLE color: 14572728.

HSL color Cylindrical-coordinate representation of color #B85CDE: hue angle of 282.46º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B85CDE is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18492222-
CMYK0.170.5900.13
HSL282.46º66.33%61.57%-
HSV(B)282.46º58.56%87.06%-
XYZ36.7823.1271.63-
YUV134.33177.48163.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.95%
GREEN value IS 92 (36.33% from 255) = 18.47%
BLUE value IS 222 (87.11% from 255) = 44.58%
R=36.95%
G=18.47%
B=44.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal184922220.170.5900.13282.4666.3361.57
HexB85CDE113B0D11a423e
Octal270134336217301543210276
Binary1011100010111001101111010001111011011011000110101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85CDE; }

 p { color: rgb(184,92,222); }

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

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

 a { background-color: rgb(184,92,222); }

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

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

 span { border-color: rgb(184,92,222); }

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