Shades of Medium Orchid #B836CC
Tints of Medium Orchid #B836CC
RGB
CMYK
RGB Variations
Color information
#B836CC (or 0xB836CC) is known color: Medium Orchid. HEX triplet: B8, 36 and CC. RGB value is (184,54,204). Sum of RGB (Red+Green+Blue) = 184+54+204=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #B836CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836CC is #47C933. Grayscale: #6D6D6D. Windows color (decimal): -4704564 or 13383352. OLE color: 13383352.
HSL color Cylindrical-coordinate representation of color #B836CC: hue angle of 292º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B836CC is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 54 | 204 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.2 |
| HSL | 292º | 0.6% | 0.51% | - |
| HSV(B) | 292º | 0.74% | 0.8% | - |
| XYZ | 31.99 | 17.19 | 58.76 | - |
| YUV | 109.97 | 181.07 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 204 | 0.10 | 0.74 | 0 | 0.2 | 292 | 0.6 | 0.51 |
| Hex | B8 | 36 | CC | A | 4A | 0 | 14 | 124 | 3C | 33 |
| Octal | 270 | 66 | 314 | 12 | 112 | 0 | 24 | 444 | 74 | 63 |
| Binary | 10111000 | 110110 | 11001100 | 1010 | 1001010 | 0 | 10100 | 100100100 | 111100 | 110011 |
Color Harmonies of #B836CC
Complementary color
Monochromatic Colors of #B836CC
Black with #B836CC
Text Example
Text Example
White with #B836CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B836CC; }
p { color: rgb(184,54,204); }
H1.HeaderClassName
{
color: #B836CC;
}
.AnyTagClassName
{
color: #B836CC;
}
</style>
background-color css
<style>
a { background-color: #B836CC; }
a { background-color: rgb(184,54,204); }
div.DivClassName
{
background-color: #B836CC;
}
.BgClassName
{
background-color: #B836CC;
}
</style>
border-color css
<style>
span { border-color: #B836CC; }
span { border-color: rgb(184,54,204); }
td.TdClassName
{
border-color: #B836CC;
}
.TagClassName
{
border-color: #B836CC;
}
</style>