Shades of Dark Orchid #B61FCC
Tints of Dark Orchid #B61FCC
RGB
CMYK
RGB Variations
Color information
#B61FCC (or 0xB61FCC) is known color: Dark Orchid. HEX triplet: B6, 1F and CC. RGB value is (182,31,204). Sum of RGB (Red+Green+Blue) = 182+31+204=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #B61FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61FCC is #49E033. Grayscale: #5F5F5F. Windows color (decimal): -4841524 or 13377462. OLE color: 13377462.
HSL color Cylindrical-coordinate representation of color #B61FCC: hue angle of 292.37º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61FCC is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 31 | 204 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.2 |
| HSL | 292.37º | 0.74% | 0.46% | - |
| HSV(B) | 292.37º | 0.85% | 0.8% | - |
| XYZ | 30.68 | 15.28 | 58.46 | - |
| YUV | 95.87 | 189.03 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 31 | 204 | 0.11 | 0.85 | 0 | 0.2 | 292.37 | 0.74 | 0.46 |
| Hex | B6 | 1F | CC | B | 55 | 0 | 14 | 124 | 4A | 2E |
| Octal | 266 | 37 | 314 | 13 | 125 | 0 | 24 | 444 | 112 | 56 |
| Binary | 10110110 | 11111 | 11001100 | 1011 | 1010101 | 0 | 10100 | 100100100 | 1001010 | 101110 |
Color Harmonies of #B61FCC
Complementary color
Monochromatic Colors of #B61FCC
Black with #B61FCC
Text Example
Text Example
White with #B61FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61FCC; }
p { color: rgb(182,31,204); }
H1.HeaderClassName
{
color: #B61FCC;
}
.AnyTagClassName
{
color: #B61FCC;
}
</style>
background-color css
<style>
a { background-color: #B61FCC; }
a { background-color: rgb(182,31,204); }
div.DivClassName
{
background-color: #B61FCC;
}
.BgClassName
{
background-color: #B61FCC;
}
</style>
border-color css
<style>
span { border-color: #B61FCC; }
span { border-color: rgb(182,31,204); }
td.TdClassName
{
border-color: #B61FCC;
}
.TagClassName
{
border-color: #B61FCC;
}
</style>