Shades of Medium Orchid #B833CE
Tints of Medium Orchid #B833CE
RGB
CMYK
RGB Variations
Color information
#B833CE (or 0xB833CE) is known color: Medium Orchid. HEX triplet: B8, 33 and CE. RGB value is (184,51,206). Sum of RGB (Red+Green+Blue) = 184+51+206=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #B833CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B833CE is #47CC31. Grayscale: #6B6B6B. Windows color (decimal): -4705330 or 13513656. OLE color: 13513656.
HSL color Cylindrical-coordinate representation of color #B833CE: hue angle of 291.48º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B833CE is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 51 | 206 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.19 |
| HSL | 291.48º | 0.61% | 0.5% | - |
| HSV(B) | 291.48º | 0.75% | 0.81% | - |
| XYZ | 32.09 | 17.01 | 59.99 | - |
| YUV | 108.44 | 183.06 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 206 | 0.11 | 0.75 | 0 | 0.19 | 291.48 | 0.61 | 0.5 |
| Hex | B8 | 33 | CE | B | 4B | 0 | 13 | 123 | 3D | 32 |
| Octal | 270 | 63 | 316 | 13 | 113 | 0 | 23 | 443 | 75 | 62 |
| Binary | 10111000 | 110011 | 11001110 | 1011 | 1001011 | 0 | 10011 | 100100011 | 111101 | 110010 |
Color Harmonies of #B833CE
Complementary color
Monochromatic Colors of #B833CE
Black with #B833CE
Text Example
Text Example
White with #B833CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B833CE; }
p { color: rgb(184,51,206); }
H1.HeaderClassName
{
color: #B833CE;
}
.AnyTagClassName
{
color: #B833CE;
}
</style>
background-color css
<style>
a { background-color: #B833CE; }
a { background-color: rgb(184,51,206); }
div.DivClassName
{
background-color: #B833CE;
}
.BgClassName
{
background-color: #B833CE;
}
</style>
border-color css
<style>
span { border-color: #B833CE; }
span { border-color: rgb(184,51,206); }
td.TdClassName
{
border-color: #B833CE;
}
.TagClassName
{
border-color: #B833CE;
}
</style>