Shades of Dark Orchid #B62FF2
Tints of Dark Orchid #B62FF2
RGB
CMYK
RGB Variations
Color information
#B62FF2 (or 0xB62FF2) is known color: Dark Orchid. HEX triplet: B6, 2F and F2. RGB value is (182,47,242). Sum of RGB (Red+Green+Blue) = 182+47+242=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #B62FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B62FF2 is #49D00D. Grayscale: #6C6C6C. Windows color (decimal): -4837390 or 15871926. OLE color: 15871926.
HSL color Cylindrical-coordinate representation of color #B62FF2: hue angle of 281.54º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B62FF2 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 47 | 242 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.05 |
| HSL | 281.54º | 0.88% | 0.57% | - |
| HSV(B) | 281.54º | 0.81% | 0.95% | - |
| XYZ | 36.33 | 18.39 | 85.64 | - |
| YUV | 109.6 | 202.73 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 47 | 242 | 0.25 | 0.81 | 0 | 0.05 | 281.54 | 0.88 | 0.57 |
| Hex | B6 | 2F | F2 | 19 | 51 | 0 | 5 | 11A | 58 | 39 |
| Octal | 266 | 57 | 362 | 31 | 121 | 0 | 5 | 432 | 130 | 71 |
| Binary | 10110110 | 101111 | 11110010 | 11001 | 1010001 | 0 | 101 | 100011010 | 1011000 | 111001 |
Color Harmonies of #B62FF2
Complementary color
Monochromatic Colors of #B62FF2
Black with #B62FF2
Text Example
Text Example
White with #B62FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62FF2; }
p { color: rgb(182,47,242); }
H1.HeaderClassName
{
color: #B62FF2;
}
.AnyTagClassName
{
color: #B62FF2;
}
</style>
background-color css
<style>
a { background-color: #B62FF2; }
a { background-color: rgb(182,47,242); }
div.DivClassName
{
background-color: #B62FF2;
}
.BgClassName
{
background-color: #B62FF2;
}
</style>
border-color css
<style>
span { border-color: #B62FF2; }
span { border-color: rgb(182,47,242); }
td.TdClassName
{
border-color: #B62FF2;
}
.TagClassName
{
border-color: #B62FF2;
}
</style>