Shades of Dark Orchid #B924C5
Tints of Dark Orchid #B924C5
RGB
CMYK
RGB Variations
Color information
#B924C5 (or 0xB924C5) is known color: Dark Orchid. HEX triplet: B9, 24 and C5. RGB value is (185,36,197). Sum of RGB (Red+Green+Blue) = 185+36+197=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 197 (77.34% from 255 or 47.13% from 418); Max value from RGB is 197 - color contains mainly: blue. Hex color #B924C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924C5 is #46DB3A. Grayscale: #626262. Windows color (decimal): -4643643 or 12919993. OLE color: 12919993.
HSL color Cylindrical-coordinate representation of color #B924C5: hue angle of 295.53º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B924C5 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 36 | 197 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.23 |
| HSL | 295.53º | 0.69% | 0.46% | - |
| HSV(B) | 295.53º | 0.82% | 0.77% | - |
| XYZ | 30.72 | 15.61 | 54.22 | - |
| YUV | 98.91 | 183.36 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 197 | 0.06 | 0.82 | 0 | 0.23 | 295.53 | 0.69 | 0.46 |
| Hex | B9 | 24 | C5 | 6 | 52 | 0 | 17 | 128 | 45 | 2E |
| Octal | 271 | 44 | 305 | 6 | 122 | 0 | 27 | 450 | 105 | 56 |
| Binary | 10111001 | 100100 | 11000101 | 110 | 1010010 | 0 | 10111 | 100101000 | 1000101 | 101110 |
Color Harmonies of #B924C5
Complementary color
Monochromatic Colors of #B924C5
Black with #B924C5
Text Example
Text Example
White with #B924C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924C5; }
p { color: rgb(185,36,197); }
H1.HeaderClassName
{
color: #B924C5;
}
.AnyTagClassName
{
color: #B924C5;
}
</style>
background-color css
<style>
a { background-color: #B924C5; }
a { background-color: rgb(185,36,197); }
div.DivClassName
{
background-color: #B924C5;
}
.BgClassName
{
background-color: #B924C5;
}
</style>
border-color css
<style>
span { border-color: #B924C5; }
span { border-color: rgb(185,36,197); }
td.TdClassName
{
border-color: #B924C5;
}
.TagClassName
{
border-color: #B924C5;
}
</style>