Shades of Dark Orchid #B924C7
Tints of Dark Orchid #B924C7
RGB
CMYK
RGB Variations
Color information
#B924C7 (or 0xB924C7) is known color: Dark Orchid. HEX triplet: B9, 24 and C7. RGB value is (185,36,199). Sum of RGB (Red+Green+Blue) = 185+36+199=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 199 - color contains mainly: blue. Hex color #B924C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924C7 is #46DB38. Grayscale: #626262. Windows color (decimal): -4643641 or 13051065. OLE color: 13051065.
HSL color Cylindrical-coordinate representation of color #B924C7: hue angle of 294.85º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B924C7 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 36 | 199 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.22 |
| HSL | 294.85º | 0.69% | 0.46% | - |
| HSV(B) | 294.85º | 0.82% | 0.78% | - |
| XYZ | 30.95 | 15.7 | 55.43 | - |
| YUV | 99.13 | 184.36 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 199 | 0.07 | 0.82 | 0 | 0.22 | 294.85 | 0.69 | 0.46 |
| Hex | B9 | 24 | C7 | 7 | 52 | 0 | 16 | 127 | 45 | 2E |
| Octal | 271 | 44 | 307 | 7 | 122 | 0 | 26 | 447 | 105 | 56 |
| Binary | 10111001 | 100100 | 11000111 | 111 | 1010010 | 0 | 10110 | 100100111 | 1000101 | 101110 |
Color Harmonies of #B924C7
Complementary color
Monochromatic Colors of #B924C7
Black with #B924C7
Text Example
Text Example
White with #B924C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924C7; }
p { color: rgb(185,36,199); }
H1.HeaderClassName
{
color: #B924C7;
}
.AnyTagClassName
{
color: #B924C7;
}
</style>
background-color css
<style>
a { background-color: #B924C7; }
a { background-color: rgb(185,36,199); }
div.DivClassName
{
background-color: #B924C7;
}
.BgClassName
{
background-color: #B924C7;
}
</style>
border-color css
<style>
span { border-color: #B924C7; }
span { border-color: rgb(185,36,199); }
td.TdClassName
{
border-color: #B924C7;
}
.TagClassName
{
border-color: #B924C7;
}
</style>