Shades of Dark Orchid #B62FCD
Tints of Dark Orchid #B62FCD
RGB
CMYK
RGB Variations
Color information
#B62FCD (or 0xB62FCD) is known color: Dark Orchid. HEX triplet: B6, 2F and CD. RGB value is (182,47,205). Sum of RGB (Red+Green+Blue) = 182+47+205=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #B62FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62FCD is #49D032. Grayscale: #686868. Windows color (decimal): -4837427 or 13447094. OLE color: 13447094.
HSL color Cylindrical-coordinate representation of color #B62FCD: hue angle of 291.27º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62FCD is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 47 | 205 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.20 |
| HSL | 291.27º | 0.63% | 0.49% | - |
| HSV(B) | 291.27º | 0.77% | 0.8% | - |
| XYZ | 31.33 | 16.39 | 59.27 | - |
| YUV | 105.38 | 184.23 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 47 | 205 | 0.11 | 0.77 | 0 | 0.20 | 291.27 | 0.63 | 0.49 |
| Hex | B6 | 2F | CD | B | 4D | 0 | 14 | 123 | 3F | 31 |
| Octal | 266 | 57 | 315 | 13 | 115 | 0 | 24 | 443 | 77 | 61 |
| Binary | 10110110 | 101111 | 11001101 | 1011 | 1001101 | 0 | 10100 | 100100011 | 111111 | 110001 |
Color Harmonies of #B62FCD
Complementary color
Monochromatic Colors of #B62FCD
Black with #B62FCD
Text Example
Text Example
White with #B62FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62FCD; }
p { color: rgb(182,47,205); }
H1.HeaderClassName
{
color: #B62FCD;
}
.AnyTagClassName
{
color: #B62FCD;
}
</style>
background-color css
<style>
a { background-color: #B62FCD; }
a { background-color: rgb(182,47,205); }
div.DivClassName
{
background-color: #B62FCD;
}
.BgClassName
{
background-color: #B62FCD;
}
</style>
border-color css
<style>
span { border-color: #B62FCD; }
span { border-color: rgb(182,47,205); }
td.TdClassName
{
border-color: #B62FCD;
}
.TagClassName
{
border-color: #B62FCD;
}
</style>