Shades of Medium Orchid #B868CE
Tints of Medium Orchid #B868CE
RGB
CMYK
RGB Variations
Color information
#B868CE (or 0xB868CE) is known color: Medium Orchid. HEX triplet: B8, 68 and CE. RGB value is (184,104,206). Sum of RGB (Red+Green+Blue) = 184+104+206=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #B868CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B868CE is #479731. Grayscale: #8B8B8B. Windows color (decimal): -4691762 or 13527224. OLE color: 13527224.
HSL color Cylindrical-coordinate representation of color #B868CE: hue angle of 287.06º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B868CE is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 104 | 206 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.19 |
| HSL | 287.06º | 0.51% | 0.61% | - |
| HSV(B) | 287.06º | 0.5% | 0.81% | - |
| XYZ | 35.86 | 24.55 | 61.24 | - |
| YUV | 139.55 | 165.5 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 206 | 0.11 | 0.50 | 0 | 0.19 | 287.06 | 0.51 | 0.61 |
| Hex | B8 | 68 | CE | B | 32 | 0 | 13 | 11F | 33 | 3D |
| Octal | 270 | 150 | 316 | 13 | 62 | 0 | 23 | 437 | 63 | 75 |
| Binary | 10111000 | 1101000 | 11001110 | 1011 | 110010 | 0 | 10011 | 100011111 | 110011 | 111101 |
Color Harmonies of #B868CE
Complementary color
Monochromatic Colors of #B868CE
Black with #B868CE
Text Example
Text Example
White with #B868CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B868CE; }
p { color: rgb(184,104,206); }
H1.HeaderClassName
{
color: #B868CE;
}
.AnyTagClassName
{
color: #B868CE;
}
</style>
background-color css
<style>
a { background-color: #B868CE; }
a { background-color: rgb(184,104,206); }
div.DivClassName
{
background-color: #B868CE;
}
.BgClassName
{
background-color: #B868CE;
}
</style>
border-color css
<style>
span { border-color: #B868CE; }
span { border-color: rgb(184,104,206); }
td.TdClassName
{
border-color: #B868CE;
}
.TagClassName
{
border-color: #B868CE;
}
</style>