Shades of Dark Orchid #B82CDA
Tints of Dark Orchid #B82CDA
RGB
CMYK
RGB Variations
Color information
#B82CDA (or 0xB82CDA) is known color: Dark Orchid. HEX triplet: B8, 2C and DA. RGB value is (184,44,218). Sum of RGB (Red+Green+Blue) = 184+44+218=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #B82CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82CDA is #47D325. Grayscale: #696969. Windows color (decimal): -4707110 or 14298296. OLE color: 14298296.
HSL color Cylindrical-coordinate representation of color #B82CDA: hue angle of 288.28º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82CDA is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 44 | 218 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.15 |
| HSL | 288.28º | 0.7% | 0.51% | - |
| HSV(B) | 288.28º | 0.8% | 0.85% | - |
| XYZ | 33.32 | 17.05 | 67.87 | - |
| YUV | 105.7 | 191.38 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 218 | 0.16 | 0.80 | 0 | 0.15 | 288.28 | 0.7 | 0.51 |
| Hex | B8 | 2C | DA | 10 | 50 | 0 | F | 120 | 46 | 33 |
| Octal | 270 | 54 | 332 | 20 | 120 | 0 | 17 | 440 | 106 | 63 |
| Binary | 10111000 | 101100 | 11011010 | 10000 | 1010000 | 0 | 1111 | 100100000 | 1000110 | 110011 |
Color Harmonies of #B82CDA
Complementary color
Monochromatic Colors of #B82CDA
Black with #B82CDA
Text Example
Text Example
White with #B82CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82CDA; }
p { color: rgb(184,44,218); }
H1.HeaderClassName
{
color: #B82CDA;
}
.AnyTagClassName
{
color: #B82CDA;
}
</style>
background-color css
<style>
a { background-color: #B82CDA; }
a { background-color: rgb(184,44,218); }
div.DivClassName
{
background-color: #B82CDA;
}
.BgClassName
{
background-color: #B82CDA;
}
</style>
border-color css
<style>
span { border-color: #B82CDA; }
span { border-color: rgb(184,44,218); }
td.TdClassName
{
border-color: #B82CDA;
}
.TagClassName
{
border-color: #B82CDA;
}
</style>