Shades of Dark Orchid #B92CDF
Tints of Dark Orchid #B92CDF
RGB
CMYK
RGB Variations
Color information
#B92CDF (or 0xB92CDF) is known color: Dark Orchid. HEX triplet: B9, 2C and DF. RGB value is (185,44,223). Sum of RGB (Red+Green+Blue) = 185+44+223=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #B92CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92CDF is #46D320. Grayscale: #696969. Windows color (decimal): -4641569 or 14625977. OLE color: 14625977.
HSL color Cylindrical-coordinate representation of color #B92CDF: hue angle of 287.26º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92CDF is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 44 | 223 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.13 |
| HSL | 287.26º | 0.74% | 0.52% | - |
| HSV(B) | 287.26º | 0.8% | 0.87% | - |
| XYZ | 34.23 | 17.44 | 71.37 | - |
| YUV | 106.57 | 193.71 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 223 | 0.17 | 0.80 | 0 | 0.13 | 287.26 | 0.74 | 0.52 |
| Hex | B9 | 2C | DF | 11 | 50 | 0 | D | 11F | 4A | 34 |
| Octal | 271 | 54 | 337 | 21 | 120 | 0 | 15 | 437 | 112 | 64 |
| Binary | 10111001 | 101100 | 11011111 | 10001 | 1010000 | 0 | 1101 | 100011111 | 1001010 | 110100 |
Color Harmonies of #B92CDF
Complementary color
Monochromatic Colors of #B92CDF
Black with #B92CDF
Text Example
Text Example
White with #B92CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92CDF; }
p { color: rgb(185,44,223); }
H1.HeaderClassName
{
color: #B92CDF;
}
.AnyTagClassName
{
color: #B92CDF;
}
</style>
background-color css
<style>
a { background-color: #B92CDF; }
a { background-color: rgb(185,44,223); }
div.DivClassName
{
background-color: #B92CDF;
}
.BgClassName
{
background-color: #B92CDF;
}
</style>
border-color css
<style>
span { border-color: #B92CDF; }
span { border-color: rgb(185,44,223); }
td.TdClassName
{
border-color: #B92CDF;
}
.TagClassName
{
border-color: #B92CDF;
}
</style>