Shades of Dark Orchid #B924CC
Tints of Dark Orchid #B924CC
RGB
CMYK
RGB Variations
Color information
#B924CC (or 0xB924CC) is known color: Dark Orchid. HEX triplet: B9, 24 and CC. RGB value is (185,36,204). Sum of RGB (Red+Green+Blue) = 185+36+204=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #B924CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924CC is #46DB33. Grayscale: #636363. Windows color (decimal): -4643636 or 13378745. OLE color: 13378745.
HSL color Cylindrical-coordinate representation of color #B924CC: hue angle of 293.21º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B924CC is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 36 | 204 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.2 |
| HSL | 293.21º | 0.7% | 0.47% | - |
| HSV(B) | 293.21º | 0.82% | 0.8% | - |
| XYZ | 31.54 | 15.94 | 58.54 | - |
| YUV | 99.7 | 186.86 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 204 | 0.09 | 0.82 | 0 | 0.2 | 293.21 | 0.7 | 0.47 |
| Hex | B9 | 24 | CC | 9 | 52 | 0 | 14 | 125 | 46 | 2F |
| Octal | 271 | 44 | 314 | 11 | 122 | 0 | 24 | 445 | 106 | 57 |
| Binary | 10111001 | 100100 | 11001100 | 1001 | 1010010 | 0 | 10100 | 100100101 | 1000110 | 101111 |
Color Harmonies of #B924CC
Complementary color
Monochromatic Colors of #B924CC
Black with #B924CC
Text Example
Text Example
White with #B924CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924CC; }
p { color: rgb(185,36,204); }
H1.HeaderClassName
{
color: #B924CC;
}
.AnyTagClassName
{
color: #B924CC;
}
</style>
background-color css
<style>
a { background-color: #B924CC; }
a { background-color: rgb(185,36,204); }
div.DivClassName
{
background-color: #B924CC;
}
.BgClassName
{
background-color: #B924CC;
}
</style>
border-color css
<style>
span { border-color: #B924CC; }
span { border-color: rgb(185,36,204); }
td.TdClassName
{
border-color: #B924CC;
}
.TagClassName
{
border-color: #B924CC;
}
</style>