Shades of Dark Orchid #B236DF
Tints of Dark Orchid #B236DF
RGB
CMYK
RGB Variations
Color information
#B236DF (or 0xB236DF) is known color: Dark Orchid. HEX triplet: B2, 36 and DF. RGB value is (178,54,223). Sum of RGB (Red+Green+Blue) = 178+54+223=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #B236DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B236DF is #4DC920. Grayscale: #6D6D6D. Windows color (decimal): -5097761 or 14628530. OLE color: 14628530.
HSL color Cylindrical-coordinate representation of color #B236DF: hue angle of 284.02º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B236DF is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 54 | 223 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.13 |
| HSL | 284.02º | 0.73% | 0.54% | - |
| HSV(B) | 284.02º | 0.76% | 0.87% | - |
| XYZ | 33 | 17.43 | 71.44 | - |
| YUV | 110.34 | 191.58 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 223 | 0.20 | 0.76 | 0 | 0.13 | 284.02 | 0.73 | 0.54 |
| Hex | B2 | 36 | DF | 14 | 4C | 0 | D | 11C | 49 | 36 |
| Octal | 262 | 66 | 337 | 24 | 114 | 0 | 15 | 434 | 111 | 66 |
| Binary | 10110010 | 110110 | 11011111 | 10100 | 1001100 | 0 | 1101 | 100011100 | 1001001 | 110110 |
Color Harmonies of #B236DF
Complementary color
Monochromatic Colors of #B236DF
Black with #B236DF
Text Example
Text Example
White with #B236DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B236DF; }
p { color: rgb(178,54,223); }
H1.HeaderClassName
{
color: #B236DF;
}
.AnyTagClassName
{
color: #B236DF;
}
</style>
background-color css
<style>
a { background-color: #B236DF; }
a { background-color: rgb(178,54,223); }
div.DivClassName
{
background-color: #B236DF;
}
.BgClassName
{
background-color: #B236DF;
}
</style>
border-color css
<style>
span { border-color: #B236DF; }
span { border-color: rgb(178,54,223); }
td.TdClassName
{
border-color: #B236DF;
}
.TagClassName
{
border-color: #B236DF;
}
</style>