Shades of Medium Orchid #B864CA
Tints of Medium Orchid #B864CA
RGB
CMYK
RGB Variations
Color information
#B864CA (or 0xB864CA) is known color: Medium Orchid. HEX triplet: B8, 64 and CA. RGB value is (184,100,202). Sum of RGB (Red+Green+Blue) = 184+100+202=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #B864CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864CA is #479B35. Grayscale: #888888. Windows color (decimal): -4692790 or 13264056. OLE color: 13264056.
HSL color Cylindrical-coordinate representation of color #B864CA: hue angle of 289.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B864CA is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 100 | 202 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.21 |
| HSL | 289.41º | 0.49% | 0.59% | - |
| HSV(B) | 289.41º | 0.5% | 0.79% | - |
| XYZ | 34.99 | 23.57 | 58.58 | - |
| YUV | 136.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 202 | 0.09 | 0.50 | 0 | 0.21 | 289.41 | 0.49 | 0.59 |
| Hex | B8 | 64 | CA | 9 | 32 | 0 | 15 | 121 | 31 | 3B |
| Octal | 270 | 144 | 312 | 11 | 62 | 0 | 25 | 441 | 61 | 73 |
| Binary | 10111000 | 1100100 | 11001010 | 1001 | 110010 | 0 | 10101 | 100100001 | 110001 | 111011 |
Color Harmonies of #B864CA
Complementary color
Monochromatic Colors of #B864CA
Black with #B864CA
Text Example
Text Example
White with #B864CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B864CA; }
p { color: rgb(184,100,202); }
H1.HeaderClassName
{
color: #B864CA;
}
.AnyTagClassName
{
color: #B864CA;
}
</style>
background-color css
<style>
a { background-color: #B864CA; }
a { background-color: rgb(184,100,202); }
div.DivClassName
{
background-color: #B864CA;
}
.BgClassName
{
background-color: #B864CA;
}
</style>
border-color css
<style>
span { border-color: #B864CA; }
span { border-color: rgb(184,100,202); }
td.TdClassName
{
border-color: #B864CA;
}
.TagClassName
{
border-color: #B864CA;
}
</style>