Shades of Dark Orchid #B239D9
Tints of Dark Orchid #B239D9
RGB
CMYK
RGB Variations
Color information
#B239D9 (or 0xB239D9) is known color: Dark Orchid. HEX triplet: B2, 39 and D9. RGB value is (178,57,217). Sum of RGB (Red+Green+Blue) = 178+57+217=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 217 - color contains mainly: blue. Hex color #B239D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B239D9 is #4DC626. Grayscale: #6E6E6E. Windows color (decimal): -5096999 or 14236082. OLE color: 14236082.
HSL color Cylindrical-coordinate representation of color #B239D9: hue angle of 285.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B239D9 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 57 | 217 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.15 |
| HSL | 285.38º | 0.68% | 0.54% | - |
| HSV(B) | 285.38º | 0.74% | 0.85% | - |
| XYZ | 32.35 | 17.4 | 67.3 | - |
| YUV | 111.42 | 187.59 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 217 | 0.18 | 0.74 | 0 | 0.15 | 285.38 | 0.68 | 0.54 |
| Hex | B2 | 39 | D9 | 12 | 4A | 0 | F | 11D | 44 | 36 |
| Octal | 262 | 71 | 331 | 22 | 112 | 0 | 17 | 435 | 104 | 66 |
| Binary | 10110010 | 111001 | 11011001 | 10010 | 1001010 | 0 | 1111 | 100011101 | 1000100 | 110110 |
Color Harmonies of #B239D9
Complementary color
Monochromatic Colors of #B239D9
Black with #B239D9
Text Example
Text Example
White with #B239D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B239D9; }
p { color: rgb(178,57,217); }
H1.HeaderClassName
{
color: #B239D9;
}
.AnyTagClassName
{
color: #B239D9;
}
</style>
background-color css
<style>
a { background-color: #B239D9; }
a { background-color: rgb(178,57,217); }
div.DivClassName
{
background-color: #B239D9;
}
.BgClassName
{
background-color: #B239D9;
}
</style>
border-color css
<style>
span { border-color: #B239D9; }
span { border-color: rgb(178,57,217); }
td.TdClassName
{
border-color: #B239D9;
}
.TagClassName
{
border-color: #B239D9;
}
</style>