Shades of Dark Orchid #B62FC0
Tints of Dark Orchid #B62FC0
RGB
CMYK
RGB Variations
Color information
#B62FC0 (or 0xB62FC0) is known color: Dark Orchid. HEX triplet: B6, 2F and C0. RGB value is (182,47,192). Sum of RGB (Red+Green+Blue) = 182+47+192=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #B62FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62FC0 is #49D03F. Grayscale: #676767. Windows color (decimal): -4837440 or 12595126. OLE color: 12595126.
HSL color Cylindrical-coordinate representation of color #B62FC0: hue angle of 295.86º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62FC0 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 47 | 192 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.25 |
| HSL | 295.86º | 0.61% | 0.47% | - |
| HSV(B) | 295.86º | 0.76% | 0.75% | - |
| XYZ | 29.82 | 15.78 | 51.34 | - |
| YUV | 103.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 47 | 192 | 0.05 | 0.76 | 0 | 0.25 | 295.86 | 0.61 | 0.47 |
| Hex | B6 | 2F | C0 | 5 | 4C | 0 | 19 | 128 | 3D | 2F |
| Octal | 266 | 57 | 300 | 5 | 114 | 0 | 31 | 450 | 75 | 57 |
| Binary | 10110110 | 101111 | 11000000 | 101 | 1001100 | 0 | 11001 | 100101000 | 111101 | 101111 |
Color Harmonies of #B62FC0
Complementary color
Monochromatic Colors of #B62FC0
Black with #B62FC0
Text Example
Text Example
White with #B62FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62FC0; }
p { color: rgb(182,47,192); }
H1.HeaderClassName
{
color: #B62FC0;
}
.AnyTagClassName
{
color: #B62FC0;
}
</style>
background-color css
<style>
a { background-color: #B62FC0; }
a { background-color: rgb(182,47,192); }
div.DivClassName
{
background-color: #B62FC0;
}
.BgClassName
{
background-color: #B62FC0;
}
</style>
border-color css
<style>
span { border-color: #B62FC0; }
span { border-color: rgb(182,47,192); }
td.TdClassName
{
border-color: #B62FC0;
}
.TagClassName
{
border-color: #B62FC0;
}
</style>