Shades of Dark Orchid #B236E6
Tints of Dark Orchid #B236E6
RGB
CMYK
RGB Variations
Color information
#B236E6 (or 0xB236E6) is known color: Dark Orchid. HEX triplet: B2, 36 and E6. RGB value is (178,54,230). Sum of RGB (Red+Green+Blue) = 178+54+230=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #B236E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B236E6 is #4DC919. Grayscale: #6E6E6E. Windows color (decimal): -5097754 or 15087282. OLE color: 15087282.
HSL color Cylindrical-coordinate representation of color #B236E6: hue angle of 282.27º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B236E6 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 54 | 230 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.10 |
| HSL | 282.27º | 0.78% | 0.56% | - |
| HSV(B) | 282.27º | 0.77% | 0.9% | - |
| XYZ | 33.96 | 17.82 | 76.51 | - |
| YUV | 111.14 | 195.08 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 230 | 0.23 | 0.77 | 0 | 0.10 | 282.27 | 0.78 | 0.56 |
| Hex | B2 | 36 | E6 | 17 | 4D | 0 | A | 11A | 4E | 38 |
| Octal | 262 | 66 | 346 | 27 | 115 | 0 | 12 | 432 | 116 | 70 |
| Binary | 10110010 | 110110 | 11100110 | 10111 | 1001101 | 0 | 1010 | 100011010 | 1001110 | 111000 |
Color Harmonies of #B236E6
Complementary color
Monochromatic Colors of #B236E6
Black with #B236E6
Text Example
Text Example
White with #B236E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B236E6; }
p { color: rgb(178,54,230); }
H1.HeaderClassName
{
color: #B236E6;
}
.AnyTagClassName
{
color: #B236E6;
}
</style>
background-color css
<style>
a { background-color: #B236E6; }
a { background-color: rgb(178,54,230); }
div.DivClassName
{
background-color: #B236E6;
}
.BgClassName
{
background-color: #B236E6;
}
</style>
border-color css
<style>
span { border-color: #B236E6; }
span { border-color: rgb(178,54,230); }
td.TdClassName
{
border-color: #B236E6;
}
.TagClassName
{
border-color: #B236E6;
}
</style>