Shades of Dark Orchid #B236D4
Tints of Dark Orchid #B236D4
RGB
CMYK
RGB Variations
Color information
#B236D4 (or 0xB236D4) is known color: Dark Orchid. HEX triplet: B2, 36 and D4. RGB value is (178,54,212). Sum of RGB (Red+Green+Blue) = 178+54+212=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 212 (83.20% from 255 or 47.75% from 444); Max value from RGB is 212 - color contains mainly: blue. Hex color #B236D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B236D4 is #4DC92B. Grayscale: #6C6C6C. Windows color (decimal): -5097772 or 13907634. OLE color: 13907634.
HSL color Cylindrical-coordinate representation of color #B236D4: hue angle of 287.09º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B236D4 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 54 | 212 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.17 |
| HSL | 287.09º | 0.65% | 0.52% | - |
| HSV(B) | 287.09º | 0.75% | 0.83% | - |
| XYZ | 31.56 | 16.86 | 63.88 | - |
| YUV | 109.09 | 186.08 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 212 | 0.16 | 0.75 | 0 | 0.17 | 287.09 | 0.65 | 0.52 |
| Hex | B2 | 36 | D4 | 10 | 4B | 0 | 11 | 11F | 41 | 34 |
| Octal | 262 | 66 | 324 | 20 | 113 | 0 | 21 | 437 | 101 | 64 |
| Binary | 10110010 | 110110 | 11010100 | 10000 | 1001011 | 0 | 10001 | 100011111 | 1000001 | 110100 |
Color Harmonies of #B236D4
Complementary color
Monochromatic Colors of #B236D4
Black with #B236D4
Text Example
Text Example
White with #B236D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B236D4; }
p { color: rgb(178,54,212); }
H1.HeaderClassName
{
color: #B236D4;
}
.AnyTagClassName
{
color: #B236D4;
}
</style>
background-color css
<style>
a { background-color: #B236D4; }
a { background-color: rgb(178,54,212); }
div.DivClassName
{
background-color: #B236D4;
}
.BgClassName
{
background-color: #B236D4;
}
</style>
border-color css
<style>
span { border-color: #B236D4; }
span { border-color: rgb(178,54,212); }
td.TdClassName
{
border-color: #B236D4;
}
.TagClassName
{
border-color: #B236D4;
}
</style>