Shades of Dark Orchid #B61FD2
Tints of Dark Orchid #B61FD2
RGB
CMYK
RGB Variations
Color information
#B61FD2 (or 0xB61FD2) is known color: Dark Orchid. HEX triplet: B6, 1F and D2. RGB value is (182,31,210). Sum of RGB (Red+Green+Blue) = 182+31+210=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 210 (82.42% from 255 or 49.65% from 423); Max value from RGB is 210 - color contains mainly: blue. Hex color #B61FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61FD2 is #49E02D. Grayscale: #5F5F5F. Windows color (decimal): -4841518 or 13770678. OLE color: 13770678.
HSL color Cylindrical-coordinate representation of color #B61FD2: hue angle of 290.61º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61FD2 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 31 | 210 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.18 |
| HSL | 290.61º | 0.74% | 0.47% | - |
| HSV(B) | 290.61º | 0.85% | 0.82% | - |
| XYZ | 31.41 | 15.58 | 62.32 | - |
| YUV | 96.56 | 192.03 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 31 | 210 | 0.13 | 0.85 | 0 | 0.18 | 290.61 | 0.74 | 0.47 |
| Hex | B6 | 1F | D2 | D | 55 | 0 | 12 | 123 | 4A | 2F |
| Octal | 266 | 37 | 322 | 15 | 125 | 0 | 22 | 443 | 112 | 57 |
| Binary | 10110110 | 11111 | 11010010 | 1101 | 1010101 | 0 | 10010 | 100100011 | 1001010 | 101111 |
Color Harmonies of #B61FD2
Complementary color
Monochromatic Colors of #B61FD2
Black with #B61FD2
Text Example
Text Example
White with #B61FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61FD2; }
p { color: rgb(182,31,210); }
H1.HeaderClassName
{
color: #B61FD2;
}
.AnyTagClassName
{
color: #B61FD2;
}
</style>
background-color css
<style>
a { background-color: #B61FD2; }
a { background-color: rgb(182,31,210); }
div.DivClassName
{
background-color: #B61FD2;
}
.BgClassName
{
background-color: #B61FD2;
}
</style>
border-color css
<style>
span { border-color: #B61FD2; }
span { border-color: rgb(182,31,210); }
td.TdClassName
{
border-color: #B61FD2;
}
.TagClassName
{
border-color: #B61FD2;
}
</style>