#B860CD

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

Shades of Medium Orchid #B860CD

Tints of Medium Orchid #B860CD

Color information

#B860CD (or 0xB860CD) is unknown color: approx Medium Orchid. HEX triplet: B8, 60 and CD. RGB value is (184,96,205). Sum of RGB (Red+Green+Blue) = 184+96+205=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #B860CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860CD is #479F32. Grayscale: #868686. Windows color (decimal): -4693811 or 13459640. OLE color: 13459640.

HSL color Cylindrical-coordinate representation of color #B860CD: hue angle of 288.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B860CD is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18496205-
CMYK0.100.5300.20
HSL288.44º52.15%59.02%-
HSV(B)288.44º53.17%80.39%-
XYZ34.9722.9660.35-
YUV134.74167.65163.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 96 (37.89% from 255) = 19.79%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=37.94%
G=19.79%
B=42.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184962050.100.5300.20288.4452.1559.02
HexB860CDA35014120343b
Octal27014031512650244406473
Binary101110001100000110011011010110101010100100100000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B860CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B860CD; }

 p { color: rgb(184,96,205); }

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

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

 a { background-color: rgb(184,96,205); }

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

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

 span { border-color: rgb(184,96,205); }

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