Shades of Dark Orchid #B92FED
Tints of Dark Orchid #B92FED
RGB
CMYK
RGB Variations
Color information
#B92FED (or 0xB92FED) is known color: Dark Orchid. HEX triplet: B9, 2F and ED. RGB value is (185,47,237). Sum of RGB (Red+Green+Blue) = 185+47+237=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 47 (18.75% from 255 or 10.02% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #B92FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92FED is #46D012. Grayscale: #6D6D6D. Windows color (decimal): -4640787 or 15544249. OLE color: 15544249.
HSL color Cylindrical-coordinate representation of color #B92FED: hue angle of 283.58º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92FED is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 47 | 237 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.07 |
| HSL | 283.58º | 0.84% | 0.56% | - |
| HSV(B) | 283.58º | 0.8% | 0.93% | - |
| XYZ | 36.31 | 18.46 | 81.77 | - |
| YUV | 109.92 | 199.72 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 237 | 0.22 | 0.80 | 0 | 0.07 | 283.58 | 0.84 | 0.56 |
| Hex | B9 | 2F | ED | 16 | 50 | 0 | 7 | 11C | 54 | 38 |
| Octal | 271 | 57 | 355 | 26 | 120 | 0 | 7 | 434 | 124 | 70 |
| Binary | 10111001 | 101111 | 11101101 | 10110 | 1010000 | 0 | 111 | 100011100 | 1010100 | 111000 |
Color Harmonies of #B92FED
Complementary color
Monochromatic Colors of #B92FED
Black with #B92FED
Text Example
Text Example
White with #B92FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92FED; }
p { color: rgb(185,47,237); }
H1.HeaderClassName
{
color: #B92FED;
}
.AnyTagClassName
{
color: #B92FED;
}
</style>
background-color css
<style>
a { background-color: #B92FED; }
a { background-color: rgb(185,47,237); }
div.DivClassName
{
background-color: #B92FED;
}
.BgClassName
{
background-color: #B92FED;
}
</style>
border-color css
<style>
span { border-color: #B92FED; }
span { border-color: rgb(185,47,237); }
td.TdClassName
{
border-color: #B92FED;
}
.TagClassName
{
border-color: #B92FED;
}
</style>