Shades of Dark Orchid #B236CB
Tints of Dark Orchid #B236CB
RGB
CMYK
RGB Variations
Color information
#B236CB (or 0xB236CB) is known color: Dark Orchid. HEX triplet: B2, 36 and CB. RGB value is (178,54,203). Sum of RGB (Red+Green+Blue) = 178+54+203=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #B236CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B236CB is #4DC934. Grayscale: #6B6B6B. Windows color (decimal): -5097781 or 13317810. OLE color: 13317810.
HSL color Cylindrical-coordinate representation of color #B236CB: hue angle of 289.93º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B236CB is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 54 | 203 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.20 |
| HSL | 289.93º | 0.59% | 0.5% | - |
| HSV(B) | 289.93º | 0.73% | 0.8% | - |
| XYZ | 30.46 | 16.42 | 58.06 | - |
| YUV | 108.06 | 181.58 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 203 | 0.12 | 0.73 | 0 | 0.20 | 289.93 | 0.59 | 0.5 |
| Hex | B2 | 36 | CB | C | 49 | 0 | 14 | 122 | 3B | 32 |
| Octal | 262 | 66 | 313 | 14 | 111 | 0 | 24 | 442 | 73 | 62 |
| Binary | 10110010 | 110110 | 11001011 | 1100 | 1001001 | 0 | 10100 | 100100010 | 111011 | 110010 |
Color Harmonies of #B236CB
Complementary color
Monochromatic Colors of #B236CB
Black with #B236CB
Text Example
Text Example
White with #B236CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B236CB; }
p { color: rgb(178,54,203); }
H1.HeaderClassName
{
color: #B236CB;
}
.AnyTagClassName
{
color: #B236CB;
}
</style>
background-color css
<style>
a { background-color: #B236CB; }
a { background-color: rgb(178,54,203); }
div.DivClassName
{
background-color: #B236CB;
}
.BgClassName
{
background-color: #B236CB;
}
</style>
border-color css
<style>
span { border-color: #B236CB; }
span { border-color: rgb(178,54,203); }
td.TdClassName
{
border-color: #B236CB;
}
.TagClassName
{
border-color: #B236CB;
}
</style>