Shades of Dark Orchid #B82DDF
Tints of Dark Orchid #B82DDF
RGB
CMYK
RGB Variations
Color information
#B82DDF (or 0xB82DDF) is known color: Dark Orchid. HEX triplet: B8, 2D and DF. RGB value is (184,45,223). Sum of RGB (Red+Green+Blue) = 184+45+223=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #B82DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82DDF is #47D220. Grayscale: #6A6A6A. Windows color (decimal): -4706849 or 14626232. OLE color: 14626232.
HSL color Cylindrical-coordinate representation of color #B82DDF: hue angle of 286.85º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82DDF is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 45 | 223 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.13 |
| HSL | 286.85º | 0.74% | 0.53% | - |
| HSV(B) | 286.85º | 0.8% | 0.87% | - |
| XYZ | 34.02 | 17.39 | 71.38 | - |
| YUV | 106.85 | 193.55 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 223 | 0.17 | 0.80 | 0 | 0.13 | 286.85 | 0.74 | 0.53 |
| Hex | B8 | 2D | DF | 11 | 50 | 0 | D | 11F | 4A | 35 |
| Octal | 270 | 55 | 337 | 21 | 120 | 0 | 15 | 437 | 112 | 65 |
| Binary | 10111000 | 101101 | 11011111 | 10001 | 1010000 | 0 | 1101 | 100011111 | 1001010 | 110101 |
Color Harmonies of #B82DDF
Complementary color
Monochromatic Colors of #B82DDF
Black with #B82DDF
Text Example
Text Example
White with #B82DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82DDF; }
p { color: rgb(184,45,223); }
H1.HeaderClassName
{
color: #B82DDF;
}
.AnyTagClassName
{
color: #B82DDF;
}
</style>
background-color css
<style>
a { background-color: #B82DDF; }
a { background-color: rgb(184,45,223); }
div.DivClassName
{
background-color: #B82DDF;
}
.BgClassName
{
background-color: #B82DDF;
}
</style>
border-color css
<style>
span { border-color: #B82DDF; }
span { border-color: rgb(184,45,223); }
td.TdClassName
{
border-color: #B82DDF;
}
.TagClassName
{
border-color: #B82DDF;
}
</style>