Shades of Medium Orchid #B867CE
Tints of Medium Orchid #B867CE
RGB
CMYK
RGB Variations
Color information
#B867CE (or 0xB867CE) is known color: Medium Orchid. HEX triplet: B8, 67 and CE. RGB value is (184,103,206). Sum of RGB (Red+Green+Blue) = 184+103+206=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #B867CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B867CE is #479831. Grayscale: #8A8A8A. Windows color (decimal): -4692018 or 13526968. OLE color: 13526968.
HSL color Cylindrical-coordinate representation of color #B867CE: hue angle of 287.18º 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 #B867CE is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 103 | 206 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.19 |
| HSL | 287.18º | 0.51% | 0.61% | - |
| HSV(B) | 287.18º | 0.5% | 0.81% | - |
| XYZ | 35.76 | 24.35 | 61.21 | - |
| YUV | 138.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 206 | 0.11 | 0.50 | 0 | 0.19 | 287.18 | 0.51 | 0.61 |
| Hex | B8 | 67 | CE | B | 32 | 0 | 13 | 11F | 33 | 3D |
| Octal | 270 | 147 | 316 | 13 | 62 | 0 | 23 | 437 | 63 | 75 |
| Binary | 10111000 | 1100111 | 11001110 | 1011 | 110010 | 0 | 10011 | 100011111 | 110011 | 111101 |
Color Harmonies of #B867CE
Complementary color
Monochromatic Colors of #B867CE
Black with #B867CE
Text Example
Text Example
White with #B867CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B867CE; }
p { color: rgb(184,103,206); }
H1.HeaderClassName
{
color: #B867CE;
}
.AnyTagClassName
{
color: #B867CE;
}
</style>
background-color css
<style>
a { background-color: #B867CE; }
a { background-color: rgb(184,103,206); }
div.DivClassName
{
background-color: #B867CE;
}
.BgClassName
{
background-color: #B867CE;
}
</style>
border-color css
<style>
span { border-color: #B867CE; }
span { border-color: rgb(184,103,206); }
td.TdClassName
{
border-color: #B867CE;
}
.TagClassName
{
border-color: #B867CE;
}
</style>