Shades of Dark Orchid #B92FEC
Tints of Dark Orchid #B92FEC
RGB
CMYK
RGB Variations
Color information
#B92FEC (or 0xB92FEC) is known color: Dark Orchid. HEX triplet: B9, 2F and EC. RGB value is (185,47,236). Sum of RGB (Red+Green+Blue) = 185+47+236=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #B92FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92FEC is #46D013. Grayscale: #6D6D6D. Windows color (decimal): -4640788 or 15478713. OLE color: 15478713.
HSL color Cylindrical-coordinate representation of color #B92FEC: hue angle of 283.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92FEC is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 47 | 236 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.07 |
| HSL | 283.81º | 0.83% | 0.55% | - |
| HSV(B) | 283.81º | 0.8% | 0.93% | - |
| XYZ | 36.16 | 18.4 | 81 | - |
| YUV | 109.81 | 199.22 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 236 | 0.22 | 0.80 | 0 | 0.07 | 283.81 | 0.83 | 0.55 |
| Hex | B9 | 2F | EC | 16 | 50 | 0 | 7 | 11C | 53 | 37 |
| Octal | 271 | 57 | 354 | 26 | 120 | 0 | 7 | 434 | 123 | 67 |
| Binary | 10111001 | 101111 | 11101100 | 10110 | 1010000 | 0 | 111 | 100011100 | 1010011 | 110111 |
Color Harmonies of #B92FEC
Complementary color
Monochromatic Colors of #B92FEC
Black with #B92FEC
Text Example
Text Example
White with #B92FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92FEC; }
p { color: rgb(185,47,236); }
H1.HeaderClassName
{
color: #B92FEC;
}
.AnyTagClassName
{
color: #B92FEC;
}
</style>
background-color css
<style>
a { background-color: #B92FEC; }
a { background-color: rgb(185,47,236); }
div.DivClassName
{
background-color: #B92FEC;
}
.BgClassName
{
background-color: #B92FEC;
}
</style>
border-color css
<style>
span { border-color: #B92FEC; }
span { border-color: rgb(185,47,236); }
td.TdClassName
{
border-color: #B92FEC;
}
.TagClassName
{
border-color: #B92FEC;
}
</style>