Shades of Dark Orchid #B92EF0
Tints of Dark Orchid #B92EF0
RGB
CMYK
RGB Variations
Color information
#B92EF0 (or 0xB92EF0) is known color: Dark Orchid. HEX triplet: B9, 2E and F0. RGB value is (185,46,240). Sum of RGB (Red+Green+Blue) = 185+46+240=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #B92EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92EF0 is #46D10F. Grayscale: #6D6D6D. Windows color (decimal): -4641040 or 15740601. OLE color: 15740601.
HSL color Cylindrical-coordinate representation of color #B92EF0: hue angle of 282.99º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92EF0 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 46 | 240 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.06 |
| HSL | 282.99º | 0.87% | 0.56% | - |
| HSV(B) | 282.99º | 0.81% | 0.94% | - |
| XYZ | 36.71 | 18.56 | 84.09 | - |
| YUV | 109.68 | 201.55 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 46 | 240 | 0.23 | 0.81 | 0 | 0.06 | 282.99 | 0.87 | 0.56 |
| Hex | B9 | 2E | F0 | 17 | 51 | 0 | 6 | 11B | 57 | 38 |
| Octal | 271 | 56 | 360 | 27 | 121 | 0 | 6 | 433 | 127 | 70 |
| Binary | 10111001 | 101110 | 11110000 | 10111 | 1010001 | 0 | 110 | 100011011 | 1010111 | 111000 |
Color Harmonies of #B92EF0
Complementary color
Monochromatic Colors of #B92EF0
Black with #B92EF0
Text Example
Text Example
White with #B92EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92EF0; }
p { color: rgb(185,46,240); }
H1.HeaderClassName
{
color: #B92EF0;
}
.AnyTagClassName
{
color: #B92EF0;
}
</style>
background-color css
<style>
a { background-color: #B92EF0; }
a { background-color: rgb(185,46,240); }
div.DivClassName
{
background-color: #B92EF0;
}
.BgClassName
{
background-color: #B92EF0;
}
</style>
border-color css
<style>
span { border-color: #B92EF0; }
span { border-color: rgb(185,46,240); }
td.TdClassName
{
border-color: #B92EF0;
}
.TagClassName
{
border-color: #B92EF0;
}
</style>