Shades of Dark Orchid #B236D9
Tints of Dark Orchid #B236D9
RGB
CMYK
RGB Variations
Color information
#B236D9 (or 0xB236D9) is known color: Dark Orchid. HEX triplet: B2, 36 and D9. RGB value is (178,54,217). Sum of RGB (Red+Green+Blue) = 178+54+217=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #B236D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B236D9 is #4DC926. Grayscale: #6D6D6D. Windows color (decimal): -5097767 or 14235314. OLE color: 14235314.
HSL color Cylindrical-coordinate representation of color #B236D9: hue angle of 285.64º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B236D9 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 54 | 217 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.15 |
| HSL | 285.64º | 0.68% | 0.53% | - |
| HSV(B) | 285.64º | 0.75% | 0.85% | - |
| XYZ | 32.2 | 17.11 | 67.25 | - |
| YUV | 109.66 | 188.58 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 217 | 0.18 | 0.75 | 0 | 0.15 | 285.64 | 0.68 | 0.53 |
| Hex | B2 | 36 | D9 | 12 | 4B | 0 | F | 11E | 44 | 35 |
| Octal | 262 | 66 | 331 | 22 | 113 | 0 | 17 | 436 | 104 | 65 |
| Binary | 10110010 | 110110 | 11011001 | 10010 | 1001011 | 0 | 1111 | 100011110 | 1000100 | 110101 |
Color Harmonies of #B236D9
Complementary color
Monochromatic Colors of #B236D9
Black with #B236D9
Text Example
Text Example
White with #B236D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B236D9; }
p { color: rgb(178,54,217); }
H1.HeaderClassName
{
color: #B236D9;
}
.AnyTagClassName
{
color: #B236D9;
}
</style>
background-color css
<style>
a { background-color: #B236D9; }
a { background-color: rgb(178,54,217); }
div.DivClassName
{
background-color: #B236D9;
}
.BgClassName
{
background-color: #B236D9;
}
</style>
border-color css
<style>
span { border-color: #B236D9; }
span { border-color: rgb(178,54,217); }
td.TdClassName
{
border-color: #B236D9;
}
.TagClassName
{
border-color: #B236D9;
}
</style>