Shades of Dark Orchid #B82FDC
Tints of Dark Orchid #B82FDC
RGB
CMYK
RGB Variations
Color information
#B82FDC (or 0xB82FDC) is known color: Dark Orchid. HEX triplet: B8, 2F and DC. RGB value is (184,47,220). Sum of RGB (Red+Green+Blue) = 184+47+220=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #B82FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82FDC is #47D023. Grayscale: #6B6B6B. Windows color (decimal): -4706340 or 14430136. OLE color: 14430136.
HSL color Cylindrical-coordinate representation of color #B82FDC: hue angle of 287.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82FDC is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 47 | 220 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.14 |
| HSL | 287.51º | 0.71% | 0.52% | - |
| HSV(B) | 287.51º | 0.79% | 0.86% | - |
| XYZ | 33.7 | 17.39 | 69.29 | - |
| YUV | 107.69 | 191.39 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 220 | 0.16 | 0.79 | 0 | 0.14 | 287.51 | 0.71 | 0.52 |
| Hex | B8 | 2F | DC | 10 | 4F | 0 | E | 120 | 47 | 34 |
| Octal | 270 | 57 | 334 | 20 | 117 | 0 | 16 | 440 | 107 | 64 |
| Binary | 10111000 | 101111 | 11011100 | 10000 | 1001111 | 0 | 1110 | 100100000 | 1000111 | 110100 |
Color Harmonies of #B82FDC
Complementary color
Monochromatic Colors of #B82FDC
Black with #B82FDC
Text Example
Text Example
White with #B82FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82FDC; }
p { color: rgb(184,47,220); }
H1.HeaderClassName
{
color: #B82FDC;
}
.AnyTagClassName
{
color: #B82FDC;
}
</style>
background-color css
<style>
a { background-color: #B82FDC; }
a { background-color: rgb(184,47,220); }
div.DivClassName
{
background-color: #B82FDC;
}
.BgClassName
{
background-color: #B82FDC;
}
</style>
border-color css
<style>
span { border-color: #B82FDC; }
span { border-color: rgb(184,47,220); }
td.TdClassName
{
border-color: #B82FDC;
}
.TagClassName
{
border-color: #B82FDC;
}
</style>