Shades of Dark Orchid #B92CDA
Tints of Dark Orchid #B92CDA
RGB
CMYK
RGB Variations
Color information
#B92CDA (or 0xB92CDA) is known color: Dark Orchid. HEX triplet: B9, 2C and DA. RGB value is (185,44,218). Sum of RGB (Red+Green+Blue) = 185+44+218=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #B92CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92CDA is #46D325. Grayscale: #696969. Windows color (decimal): -4641574 or 14298297. OLE color: 14298297.
HSL color Cylindrical-coordinate representation of color #B92CDA: hue angle of 288.62º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92CDA is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 44 | 218 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.15 |
| HSL | 288.62º | 0.7% | 0.51% | - |
| HSV(B) | 288.62º | 0.8% | 0.85% | - |
| XYZ | 33.56 | 17.18 | 67.88 | - |
| YUV | 106 | 191.21 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 218 | 0.15 | 0.80 | 0 | 0.15 | 288.62 | 0.7 | 0.51 |
| Hex | B9 | 2C | DA | F | 50 | 0 | F | 121 | 46 | 33 |
| Octal | 271 | 54 | 332 | 17 | 120 | 0 | 17 | 441 | 106 | 63 |
| Binary | 10111001 | 101100 | 11011010 | 1111 | 1010000 | 0 | 1111 | 100100001 | 1000110 | 110011 |
Color Harmonies of #B92CDA
Complementary color
Monochromatic Colors of #B92CDA
Black with #B92CDA
Text Example
Text Example
White with #B92CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92CDA; }
p { color: rgb(185,44,218); }
H1.HeaderClassName
{
color: #B92CDA;
}
.AnyTagClassName
{
color: #B92CDA;
}
</style>
background-color css
<style>
a { background-color: #B92CDA; }
a { background-color: rgb(185,44,218); }
div.DivClassName
{
background-color: #B92CDA;
}
.BgClassName
{
background-color: #B92CDA;
}
</style>
border-color css
<style>
span { border-color: #B92CDA; }
span { border-color: rgb(185,44,218); }
td.TdClassName
{
border-color: #B92CDA;
}
.TagClassName
{
border-color: #B92CDA;
}
</style>