Shades of Dark Orchid #B92FCB
Tints of Dark Orchid #B92FCB
RGB
CMYK
RGB Variations
Color information
#B92FCB (or 0xB92FCB) is known color: Dark Orchid. HEX triplet: B9, 2F and CB. RGB value is (185,47,203). Sum of RGB (Red+Green+Blue) = 185+47+203=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #B92FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92FCB is #46D034. Grayscale: #696969. Windows color (decimal): -4640821 or 13316025. OLE color: 13316025.
HSL color Cylindrical-coordinate representation of color #B92FCB: hue angle of 293.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92FCB is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 47 | 203 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.20 |
| HSL | 293.08º | 0.62% | 0.49% | - |
| HSV(B) | 293.08º | 0.77% | 0.8% | - |
| XYZ | 31.8 | 16.66 | 58.04 | - |
| YUV | 106.05 | 182.72 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 203 | 0.09 | 0.77 | 0 | 0.20 | 293.08 | 0.62 | 0.49 |
| Hex | B9 | 2F | CB | 9 | 4D | 0 | 14 | 125 | 3E | 31 |
| Octal | 271 | 57 | 313 | 11 | 115 | 0 | 24 | 445 | 76 | 61 |
| Binary | 10111001 | 101111 | 11001011 | 1001 | 1001101 | 0 | 10100 | 100100101 | 111110 | 110001 |
Color Harmonies of #B92FCB
Complementary color
Monochromatic Colors of #B92FCB
Black with #B92FCB
Text Example
Text Example
White with #B92FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92FCB; }
p { color: rgb(185,47,203); }
H1.HeaderClassName
{
color: #B92FCB;
}
.AnyTagClassName
{
color: #B92FCB;
}
</style>
background-color css
<style>
a { background-color: #B92FCB; }
a { background-color: rgb(185,47,203); }
div.DivClassName
{
background-color: #B92FCB;
}
.BgClassName
{
background-color: #B92FCB;
}
</style>
border-color css
<style>
span { border-color: #B92FCB; }
span { border-color: rgb(185,47,203); }
td.TdClassName
{
border-color: #B92FCB;
}
.TagClassName
{
border-color: #B92FCB;
}
</style>