#B864CD

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

Shades of Medium Orchid #B864CD

Tints of Medium Orchid #B864CD

Color information

#B864CD (or 0xB864CD) is unknown color: approx Medium Orchid. HEX triplet: B8, 64 and CD. RGB value is (184,100,205). Sum of RGB (Red+Green+Blue) = 184+100+205=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #B864CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864CD is #479B32. Grayscale: #888888. Windows color (decimal): -4692787 or 13460664. OLE color: 13460664.

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

Color convert

RGB184100205-
CMYK0.100.5100.20
HSL288º51.22%59.8%-
HSV(B)288º51.22%80.39%-
XYZ35.3423.7160.47-
YUV137.09166.33161.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 100 (39.45% from 255) = 20.45%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=37.63%
G=20.45%
B=41.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841002050.100.5100.2028851.2259.8
HexB864CDA33014120333c
Octal27014431512630244406374
Binary101110001100100110011011010110011010100100100000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B864CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B864CD; }

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

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

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

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

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

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

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

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