Shades of Dark Orchid #B824E6
Tints of Dark Orchid #B824E6
RGB
CMYK
RGB Variations
Color information
#B824E6 (or 0xB824E6) is known color: Dark Orchid. HEX triplet: B8, 24 and E6. RGB value is (184,36,230). Sum of RGB (Red+Green+Blue) = 184+36+230=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 230 (90.23% from 255 or 51.11% from 450); Max value from RGB is 230 - color contains mainly: blue. Hex color #B824E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B824E6 is #47DB19. Grayscale: #656565. Windows color (decimal): -4709146 or 15082680. OLE color: 15082680.
HSL color Cylindrical-coordinate representation of color #B824E6: hue angle of 285.77º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B824E6 is Cyan = 0.2, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 36 | 230 | - |
| CMYK | 0.2 | 0.84 | 0 | 0.10 |
| HSL | 285.77º | 0.8% | 0.52% | - |
| HSV(B) | 285.77º | 0.84% | 0.9% | - |
| XYZ | 34.68 | 17.17 | 76.35 | - |
| YUV | 102.37 | 200.03 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 36 | 230 | 0.2 | 0.84 | 0 | 0.10 | 285.77 | 0.8 | 0.52 |
| Hex | B8 | 24 | E6 | 14 | 54 | 0 | A | 11E | 50 | 34 |
| Octal | 270 | 44 | 346 | 24 | 124 | 0 | 12 | 436 | 120 | 64 |
| Binary | 10111000 | 100100 | 11100110 | 10100 | 1010100 | 0 | 1010 | 100011110 | 1010000 | 110100 |
Color Harmonies of #B824E6
Complementary color
Monochromatic Colors of #B824E6
Black with #B824E6
Text Example
Text Example
White with #B824E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B824E6; }
p { color: rgb(184,36,230); }
H1.HeaderClassName
{
color: #B824E6;
}
.AnyTagClassName
{
color: #B824E6;
}
</style>
background-color css
<style>
a { background-color: #B824E6; }
a { background-color: rgb(184,36,230); }
div.DivClassName
{
background-color: #B824E6;
}
.BgClassName
{
background-color: #B824E6;
}
</style>
border-color css
<style>
span { border-color: #B824E6; }
span { border-color: rgb(184,36,230); }
td.TdClassName
{
border-color: #B824E6;
}
.TagClassName
{
border-color: #B824E6;
}
</style>