Shades of Dark Orchid #B924E4
Tints of Dark Orchid #B924E4
RGB
CMYK
RGB Variations
Color information
#B924E4 (or 0xB924E4) is known color: Dark Orchid. HEX triplet: B9, 24 and E4. RGB value is (185,36,228). Sum of RGB (Red+Green+Blue) = 185+36+228=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 228 (89.45% from 255 or 50.78% from 449); Max value from RGB is 228 - color contains mainly: blue. Hex color #B924E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924E4 is #46DB1B. Grayscale: #656565. Windows color (decimal): -4643612 or 14951609. OLE color: 14951609.
HSL color Cylindrical-coordinate representation of color #B924E4: hue angle of 286.56º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B924E4 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 36 | 228 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.11 |
| HSL | 286.56º | 0.78% | 0.52% | - |
| HSV(B) | 286.56º | 0.84% | 0.89% | - |
| XYZ | 34.64 | 17.18 | 74.89 | - |
| YUV | 102.44 | 198.86 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 228 | 0.19 | 0.84 | 0 | 0.11 | 286.56 | 0.78 | 0.52 |
| Hex | B9 | 24 | E4 | 13 | 54 | 0 | B | 11F | 4E | 34 |
| Octal | 271 | 44 | 344 | 23 | 124 | 0 | 13 | 437 | 116 | 64 |
| Binary | 10111001 | 100100 | 11100100 | 10011 | 1010100 | 0 | 1011 | 100011111 | 1001110 | 110100 |
Color Harmonies of #B924E4
Complementary color
Monochromatic Colors of #B924E4
Black with #B924E4
Text Example
Text Example
White with #B924E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924E4; }
p { color: rgb(185,36,228); }
H1.HeaderClassName
{
color: #B924E4;
}
.AnyTagClassName
{
color: #B924E4;
}
</style>
background-color css
<style>
a { background-color: #B924E4; }
a { background-color: rgb(185,36,228); }
div.DivClassName
{
background-color: #B924E4;
}
.BgClassName
{
background-color: #B924E4;
}
</style>
border-color css
<style>
span { border-color: #B924E4; }
span { border-color: rgb(185,36,228); }
td.TdClassName
{
border-color: #B924E4;
}
.TagClassName
{
border-color: #B924E4;
}
</style>