Shades of Dark Orchid #B82CDC
Tints of Dark Orchid #B82CDC
RGB
CMYK
RGB Variations
Color information
#B82CDC (or 0xB82CDC) is known color: Dark Orchid. HEX triplet: B8, 2C and DC. RGB value is (184,44,220). Sum of RGB (Red+Green+Blue) = 184+44+220=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #B82CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82CDC is #47D323. Grayscale: #696969. Windows color (decimal): -4707108 or 14429368. OLE color: 14429368.
HSL color Cylindrical-coordinate representation of color #B82CDC: hue angle of 287.73º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82CDC is Cyan = 0.16, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 44 | 220 | - |
| CMYK | 0.16 | 0.8 | 0 | 0.14 |
| HSL | 287.73º | 0.72% | 0.52% | - |
| HSV(B) | 287.73º | 0.8% | 0.86% | - |
| XYZ | 33.59 | 17.16 | 69.25 | - |
| YUV | 105.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 220 | 0.16 | 0.8 | 0 | 0.14 | 287.73 | 0.72 | 0.52 |
| Hex | B8 | 2C | DC | 10 | 50 | 0 | E | 120 | 48 | 34 |
| Octal | 270 | 54 | 334 | 20 | 120 | 0 | 16 | 440 | 110 | 64 |
| Binary | 10111000 | 101100 | 11011100 | 10000 | 1010000 | 0 | 1110 | 100100000 | 1001000 | 110100 |
Color Harmonies of #B82CDC
Complementary color
Monochromatic Colors of #B82CDC
Black with #B82CDC
Text Example
Text Example
White with #B82CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82CDC; }
p { color: rgb(184,44,220); }
H1.HeaderClassName
{
color: #B82CDC;
}
.AnyTagClassName
{
color: #B82CDC;
}
</style>
background-color css
<style>
a { background-color: #B82CDC; }
a { background-color: rgb(184,44,220); }
div.DivClassName
{
background-color: #B82CDC;
}
.BgClassName
{
background-color: #B82CDC;
}
</style>
border-color css
<style>
span { border-color: #B82CDC; }
span { border-color: rgb(184,44,220); }
td.TdClassName
{
border-color: #B82CDC;
}
.TagClassName
{
border-color: #B82CDC;
}
</style>