Shades of Dark Orchid #B62FCB
Tints of Dark Orchid #B62FCB
RGB
CMYK
RGB Variations
Color information
#B62FCB (or 0xB62FCB) is known color: Dark Orchid. HEX triplet: B6, 2F and CB. RGB value is (182,47,203). Sum of RGB (Red+Green+Blue) = 182+47+203=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #B62FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62FCB is #49D034. Grayscale: #686868. Windows color (decimal): -4837429 or 13316022. OLE color: 13316022.
HSL color Cylindrical-coordinate representation of color #B62FCB: hue angle of 291.92º degrees, saturation: 0.62, 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 #B62FCB is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 47 | 203 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.20 |
| HSL | 291.92º | 0.62% | 0.49% | - |
| HSV(B) | 291.92º | 0.77% | 0.8% | - |
| XYZ | 31.09 | 16.29 | 58.01 | - |
| YUV | 105.15 | 183.23 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 47 | 203 | 0.10 | 0.77 | 0 | 0.20 | 291.92 | 0.62 | 0.49 |
| Hex | B6 | 2F | CB | A | 4D | 0 | 14 | 124 | 3E | 31 |
| Octal | 266 | 57 | 313 | 12 | 115 | 0 | 24 | 444 | 76 | 61 |
| Binary | 10110110 | 101111 | 11001011 | 1010 | 1001101 | 0 | 10100 | 100100100 | 111110 | 110001 |
Color Harmonies of #B62FCB
Complementary color
Monochromatic Colors of #B62FCB
Black with #B62FCB
Text Example
Text Example
White with #B62FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62FCB; }
p { color: rgb(182,47,203); }
H1.HeaderClassName
{
color: #B62FCB;
}
.AnyTagClassName
{
color: #B62FCB;
}
</style>
background-color css
<style>
a { background-color: #B62FCB; }
a { background-color: rgb(182,47,203); }
div.DivClassName
{
background-color: #B62FCB;
}
.BgClassName
{
background-color: #B62FCB;
}
</style>
border-color css
<style>
span { border-color: #B62FCB; }
span { border-color: rgb(182,47,203); }
td.TdClassName
{
border-color: #B62FCB;
}
.TagClassName
{
border-color: #B62FCB;
}
</style>