Shades of Dark Orchid #B61CDA
Tints of Dark Orchid #B61CDA
RGB
CMYK
RGB Variations
Color information
#B61CDA (or 0xB61CDA) is known color: Dark Orchid. HEX triplet: B6, 1C and DA. RGB value is (182,28,218). Sum of RGB (Red+Green+Blue) = 182+28+218=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #B61CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61CDA is #49E325. Grayscale: #5F5F5F. Windows color (decimal): -4842278 or 14294198. OLE color: 14294198.
HSL color Cylindrical-coordinate representation of color #B61CDA: hue angle of 288.63º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61CDA is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 28 | 218 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.15 |
| HSL | 288.63º | 0.77% | 0.48% | - |
| HSV(B) | 288.63º | 0.87% | 0.85% | - |
| XYZ | 32.36 | 15.84 | 67.68 | - |
| YUV | 95.71 | 197.02 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 28 | 218 | 0.17 | 0.87 | 0 | 0.15 | 288.63 | 0.77 | 0.48 |
| Hex | B6 | 1C | DA | 11 | 57 | 0 | F | 121 | 4D | 30 |
| Octal | 266 | 34 | 332 | 21 | 127 | 0 | 17 | 441 | 115 | 60 |
| Binary | 10110110 | 11100 | 11011010 | 10001 | 1010111 | 0 | 1111 | 100100001 | 1001101 | 110000 |
Color Harmonies of #B61CDA
Complementary color
Monochromatic Colors of #B61CDA
Black with #B61CDA
Text Example
Text Example
White with #B61CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61CDA; }
p { color: rgb(182,28,218); }
H1.HeaderClassName
{
color: #B61CDA;
}
.AnyTagClassName
{
color: #B61CDA;
}
</style>
background-color css
<style>
a { background-color: #B61CDA; }
a { background-color: rgb(182,28,218); }
div.DivClassName
{
background-color: #B61CDA;
}
.BgClassName
{
background-color: #B61CDA;
}
</style>
border-color css
<style>
span { border-color: #B61CDA; }
span { border-color: rgb(182,28,218); }
td.TdClassName
{
border-color: #B61CDA;
}
.TagClassName
{
border-color: #B61CDA;
}
</style>