Shades of Dark Orchid #B62CEA
Tints of Dark Orchid #B62CEA
RGB
CMYK
RGB Variations
Color information
#B62CEA (or 0xB62CEA) is known color: Dark Orchid. HEX triplet: B6, 2C and EA. RGB value is (182,44,234). Sum of RGB (Red+Green+Blue) = 182+44+234=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #B62CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B62CEA is #49D315. Grayscale: #6A6A6A. Windows color (decimal): -4838166 or 15346870. OLE color: 15346870.
HSL color Cylindrical-coordinate representation of color #B62CEA: hue angle of 283.58º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B62CEA is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 44 | 234 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.08 |
| HSL | 283.58º | 0.82% | 0.55% | - |
| HSV(B) | 283.58º | 0.81% | 0.92% | - |
| XYZ | 35.04 | 17.69 | 79.41 | - |
| YUV | 106.92 | 199.72 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 44 | 234 | 0.22 | 0.81 | 0 | 0.08 | 283.58 | 0.82 | 0.55 |
| Hex | B6 | 2C | EA | 16 | 51 | 0 | 8 | 11C | 52 | 37 |
| Octal | 266 | 54 | 352 | 26 | 121 | 0 | 10 | 434 | 122 | 67 |
| Binary | 10110110 | 101100 | 11101010 | 10110 | 1010001 | 0 | 1000 | 100011100 | 1010010 | 110111 |
Color Harmonies of #B62CEA
Complementary color
Monochromatic Colors of #B62CEA
Black with #B62CEA
Text Example
Text Example
White with #B62CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62CEA; }
p { color: rgb(182,44,234); }
H1.HeaderClassName
{
color: #B62CEA;
}
.AnyTagClassName
{
color: #B62CEA;
}
</style>
background-color css
<style>
a { background-color: #B62CEA; }
a { background-color: rgb(182,44,234); }
div.DivClassName
{
background-color: #B62CEA;
}
.BgClassName
{
background-color: #B62CEA;
}
</style>
border-color css
<style>
span { border-color: #B62CEA; }
span { border-color: rgb(182,44,234); }
td.TdClassName
{
border-color: #B62CEA;
}
.TagClassName
{
border-color: #B62CEA;
}
</style>