Shades of Dark Orchid #B62DBF
Tints of Dark Orchid #B62DBF
RGB
CMYK
RGB Variations
Color information
#B62DBF (or 0xB62DBF) is known color: Dark Orchid. HEX triplet: B6, 2D and BF. RGB value is (182,45,191). Sum of RGB (Red+Green+Blue) = 182+45+191=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #B62DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DBF is #49D240. Grayscale: #666666. Windows color (decimal): -4837953 or 12529078. OLE color: 12529078.
HSL color Cylindrical-coordinate representation of color #B62DBF: hue angle of 296.3º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62DBF is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 45 | 191 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.25 |
| HSL | 296.3º | 0.62% | 0.46% | - |
| HSV(B) | 296.3º | 0.76% | 0.75% | - |
| XYZ | 29.63 | 15.58 | 50.74 | - |
| YUV | 102.61 | 177.89 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 191 | 0.05 | 0.76 | 0 | 0.25 | 296.3 | 0.62 | 0.46 |
| Hex | B6 | 2D | BF | 5 | 4C | 0 | 19 | 128 | 3E | 2E |
| Octal | 266 | 55 | 277 | 5 | 114 | 0 | 31 | 450 | 76 | 56 |
| Binary | 10110110 | 101101 | 10111111 | 101 | 1001100 | 0 | 11001 | 100101000 | 111110 | 101110 |
Color Harmonies of #B62DBF
Complementary color
Monochromatic Colors of #B62DBF
Black with #B62DBF
Text Example
Text Example
White with #B62DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62DBF; }
p { color: rgb(182,45,191); }
H1.HeaderClassName
{
color: #B62DBF;
}
.AnyTagClassName
{
color: #B62DBF;
}
</style>
background-color css
<style>
a { background-color: #B62DBF; }
a { background-color: rgb(182,45,191); }
div.DivClassName
{
background-color: #B62DBF;
}
.BgClassName
{
background-color: #B62DBF;
}
</style>
border-color css
<style>
span { border-color: #B62DBF; }
span { border-color: rgb(182,45,191); }
td.TdClassName
{
border-color: #B62DBF;
}
.TagClassName
{
border-color: #B62DBF;
}
</style>