Shades of Dark Orchid #B62BBC
Tints of Dark Orchid #B62BBC
RGB
CMYK
RGB Variations
Color information
#B62BBC (or 0xB62BBC) is known color: Dark Orchid. HEX triplet: B6, 2B and BC. RGB value is (182,43,188). Sum of RGB (Red+Green+Blue) = 182+43+188=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #B62BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62BBC is #49D443. Grayscale: #646464. Windows color (decimal): -4838468 or 12331958. OLE color: 12331958.
HSL color Cylindrical-coordinate representation of color #B62BBC: hue angle of 297.52º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62BBC is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 43 | 188 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.26 |
| HSL | 297.52º | 0.63% | 0.45% | - |
| HSV(B) | 297.52º | 0.77% | 0.74% | - |
| XYZ | 29.23 | 15.3 | 48.99 | - |
| YUV | 101.09 | 177.05 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 43 | 188 | 0.03 | 0.77 | 0 | 0.26 | 297.52 | 0.63 | 0.45 |
| Hex | B6 | 2B | BC | 3 | 4D | 0 | 1A | 12A | 3F | 2D |
| Octal | 266 | 53 | 274 | 3 | 115 | 0 | 32 | 452 | 77 | 55 |
| Binary | 10110110 | 101011 | 10111100 | 11 | 1001101 | 0 | 11010 | 100101010 | 111111 | 101101 |
Color Harmonies of #B62BBC
Complementary color
Monochromatic Colors of #B62BBC
Black with #B62BBC
Text Example
Text Example
White with #B62BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62BBC; }
p { color: rgb(182,43,188); }
H1.HeaderClassName
{
color: #B62BBC;
}
.AnyTagClassName
{
color: #B62BBC;
}
</style>
background-color css
<style>
a { background-color: #B62BBC; }
a { background-color: rgb(182,43,188); }
div.DivClassName
{
background-color: #B62BBC;
}
.BgClassName
{
background-color: #B62BBC;
}
</style>
border-color css
<style>
span { border-color: #B62BBC; }
span { border-color: rgb(182,43,188); }
td.TdClassName
{
border-color: #B62BBC;
}
.TagClassName
{
border-color: #B62BBC;
}
</style>