Shades of Dark Orchid #B236CF
Tints of Dark Orchid #B236CF
RGB
CMYK
RGB Variations
Color information
#B236CF (or 0xB236CF) is known color: Dark Orchid. HEX triplet: B2, 36 and CF. RGB value is (178,54,207). Sum of RGB (Red+Green+Blue) = 178+54+207=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #B236CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B236CF is #4DC930. Grayscale: #6C6C6C. Windows color (decimal): -5097777 or 13579954. OLE color: 13579954.
HSL color Cylindrical-coordinate representation of color #B236CF: hue angle of 288.63º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B236CF is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 54 | 207 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.19 |
| HSL | 288.63º | 0.61% | 0.51% | - |
| HSV(B) | 288.63º | 0.74% | 0.81% | - |
| XYZ | 30.94 | 16.61 | 60.61 | - |
| YUV | 108.52 | 183.58 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 207 | 0.14 | 0.74 | 0 | 0.19 | 288.63 | 0.61 | 0.51 |
| Hex | B2 | 36 | CF | E | 4A | 0 | 13 | 121 | 3D | 33 |
| Octal | 262 | 66 | 317 | 16 | 112 | 0 | 23 | 441 | 75 | 63 |
| Binary | 10110010 | 110110 | 11001111 | 1110 | 1001010 | 0 | 10011 | 100100001 | 111101 | 110011 |
Color Harmonies of #B236CF
Complementary color
Monochromatic Colors of #B236CF
Black with #B236CF
Text Example
Text Example
White with #B236CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B236CF; }
p { color: rgb(178,54,207); }
H1.HeaderClassName
{
color: #B236CF;
}
.AnyTagClassName
{
color: #B236CF;
}
</style>
background-color css
<style>
a { background-color: #B236CF; }
a { background-color: rgb(178,54,207); }
div.DivClassName
{
background-color: #B236CF;
}
.BgClassName
{
background-color: #B236CF;
}
</style>
border-color css
<style>
span { border-color: #B236CF; }
span { border-color: rgb(178,54,207); }
td.TdClassName
{
border-color: #B236CF;
}
.TagClassName
{
border-color: #B236CF;
}
</style>