Shades of Dark Orchid #B924E2
Tints of Dark Orchid #B924E2
RGB
CMYK
RGB Variations
Color information
#B924E2 (or 0xB924E2) is known color: Dark Orchid. HEX triplet: B9, 24 and E2. RGB value is (185,36,226). Sum of RGB (Red+Green+Blue) = 185+36+226=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 226 (88.67% from 255 or 50.56% from 447); Max value from RGB is 226 - color contains mainly: blue. Hex color #B924E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924E2 is #46DB1D. Grayscale: #656565. Windows color (decimal): -4643614 or 14820537. OLE color: 14820537.
HSL color Cylindrical-coordinate representation of color #B924E2: hue angle of 287.05º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B924E2 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 36 | 226 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.11 |
| HSL | 287.05º | 0.77% | 0.51% | - |
| HSV(B) | 287.05º | 0.84% | 0.89% | - |
| XYZ | 34.37 | 17.07 | 73.43 | - |
| YUV | 102.21 | 197.86 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 226 | 0.18 | 0.84 | 0 | 0.11 | 287.05 | 0.77 | 0.51 |
| Hex | B9 | 24 | E2 | 12 | 54 | 0 | B | 11F | 4D | 33 |
| Octal | 271 | 44 | 342 | 22 | 124 | 0 | 13 | 437 | 115 | 63 |
| Binary | 10111001 | 100100 | 11100010 | 10010 | 1010100 | 0 | 1011 | 100011111 | 1001101 | 110011 |
Color Harmonies of #B924E2
Complementary color
Monochromatic Colors of #B924E2
Black with #B924E2
Text Example
Text Example
White with #B924E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924E2; }
p { color: rgb(185,36,226); }
H1.HeaderClassName
{
color: #B924E2;
}
.AnyTagClassName
{
color: #B924E2;
}
</style>
background-color css
<style>
a { background-color: #B924E2; }
a { background-color: rgb(185,36,226); }
div.DivClassName
{
background-color: #B924E2;
}
.BgClassName
{
background-color: #B924E2;
}
</style>
border-color css
<style>
span { border-color: #B924E2; }
span { border-color: rgb(185,36,226); }
td.TdClassName
{
border-color: #B924E2;
}
.TagClassName
{
border-color: #B924E2;
}
</style>