Shades of Dark Orchid #B62DF0
Tints of Dark Orchid #B62DF0
RGB
CMYK
RGB Variations
Color information
#B62DF0 (or 0xB62DF0) is known color: Dark Orchid. HEX triplet: B6, 2D and F0. RGB value is (182,45,240). Sum of RGB (Red+Green+Blue) = 182+45+240=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #B62DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B62DF0 is #49D20F. Grayscale: #6B6B6B. Windows color (decimal): -4837904 or 15740342. OLE color: 15740342.
HSL color Cylindrical-coordinate representation of color #B62DF0: hue angle of 282.15º 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 #B62DF0 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 45 | 240 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.06 |
| HSL | 282.15º | 0.87% | 0.56% | - |
| HSV(B) | 282.15º | 0.81% | 0.94% | - |
| XYZ | 35.96 | 18.11 | 84.04 | - |
| YUV | 108.19 | 202.39 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 240 | 0.24 | 0.81 | 0 | 0.06 | 282.15 | 0.87 | 0.56 |
| Hex | B6 | 2D | F0 | 18 | 51 | 0 | 6 | 11A | 57 | 38 |
| Octal | 266 | 55 | 360 | 30 | 121 | 0 | 6 | 432 | 127 | 70 |
| Binary | 10110110 | 101101 | 11110000 | 11000 | 1010001 | 0 | 110 | 100011010 | 1010111 | 111000 |
Color Harmonies of #B62DF0
Complementary color
Monochromatic Colors of #B62DF0
Black with #B62DF0
Text Example
Text Example
White with #B62DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62DF0; }
p { color: rgb(182,45,240); }
H1.HeaderClassName
{
color: #B62DF0;
}
.AnyTagClassName
{
color: #B62DF0;
}
</style>
background-color css
<style>
a { background-color: #B62DF0; }
a { background-color: rgb(182,45,240); }
div.DivClassName
{
background-color: #B62DF0;
}
.BgClassName
{
background-color: #B62DF0;
}
</style>
border-color css
<style>
span { border-color: #B62DF0; }
span { border-color: rgb(182,45,240); }
td.TdClassName
{
border-color: #B62DF0;
}
.TagClassName
{
border-color: #B62DF0;
}
</style>