Shades of Dark Orchid #B92FDC
Tints of Dark Orchid #B92FDC
RGB
CMYK
RGB Variations
Color information
#B92FDC (or 0xB92FDC) is known color: Dark Orchid. HEX triplet: B9, 2F and DC. RGB value is (185,47,220). Sum of RGB (Red+Green+Blue) = 185+47+220=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #B92FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92FDC is #46D023. Grayscale: #6B6B6B. Windows color (decimal): -4640804 or 14430137. OLE color: 14430137.
HSL color Cylindrical-coordinate representation of color #B92FDC: hue angle of 287.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92FDC is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 47 | 220 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.14 |
| HSL | 287.86º | 0.71% | 0.52% | - |
| HSV(B) | 287.86º | 0.79% | 0.86% | - |
| XYZ | 33.94 | 17.51 | 69.3 | - |
| YUV | 107.98 | 191.22 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 220 | 0.16 | 0.79 | 0 | 0.14 | 287.86 | 0.71 | 0.52 |
| Hex | B9 | 2F | DC | 10 | 4F | 0 | E | 120 | 47 | 34 |
| Octal | 271 | 57 | 334 | 20 | 117 | 0 | 16 | 440 | 107 | 64 |
| Binary | 10111001 | 101111 | 11011100 | 10000 | 1001111 | 0 | 1110 | 100100000 | 1000111 | 110100 |
Color Harmonies of #B92FDC
Complementary color
Monochromatic Colors of #B92FDC
Black with #B92FDC
Text Example
Text Example
White with #B92FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92FDC; }
p { color: rgb(185,47,220); }
H1.HeaderClassName
{
color: #B92FDC;
}
.AnyTagClassName
{
color: #B92FDC;
}
</style>
background-color css
<style>
a { background-color: #B92FDC; }
a { background-color: rgb(185,47,220); }
div.DivClassName
{
background-color: #B92FDC;
}
.BgClassName
{
background-color: #B92FDC;
}
</style>
border-color css
<style>
span { border-color: #B92FDC; }
span { border-color: rgb(185,47,220); }
td.TdClassName
{
border-color: #B92FDC;
}
.TagClassName
{
border-color: #B92FDC;
}
</style>