Shades of Dark Orchid #B82BDF
Tints of Dark Orchid #B82BDF
RGB
CMYK
RGB Variations
Color information
#B82BDF (or 0xB82BDF) is known color: Dark Orchid. HEX triplet: B8, 2B and DF. RGB value is (184,43,223). Sum of RGB (Red+Green+Blue) = 184+43+223=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #B82BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82BDF is #47D420. Grayscale: #696969. Windows color (decimal): -4707361 or 14625720. OLE color: 14625720.
HSL color Cylindrical-coordinate representation of color #B82BDF: hue angle of 287º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82BDF is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 43 | 223 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.13 |
| HSL | 287º | 0.74% | 0.52% | - |
| HSV(B) | 287º | 0.81% | 0.87% | - |
| XYZ | 33.95 | 17.25 | 71.35 | - |
| YUV | 105.68 | 194.21 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 43 | 223 | 0.17 | 0.81 | 0 | 0.13 | 287 | 0.74 | 0.52 |
| Hex | B8 | 2B | DF | 11 | 51 | 0 | D | 11F | 4A | 34 |
| Octal | 270 | 53 | 337 | 21 | 121 | 0 | 15 | 437 | 112 | 64 |
| Binary | 10111000 | 101011 | 11011111 | 10001 | 1010001 | 0 | 1101 | 100011111 | 1001010 | 110100 |
Color Harmonies of #B82BDF
Complementary color
Monochromatic Colors of #B82BDF
Black with #B82BDF
Text Example
Text Example
White with #B82BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82BDF; }
p { color: rgb(184,43,223); }
H1.HeaderClassName
{
color: #B82BDF;
}
.AnyTagClassName
{
color: #B82BDF;
}
</style>
background-color css
<style>
a { background-color: #B82BDF; }
a { background-color: rgb(184,43,223); }
div.DivClassName
{
background-color: #B82BDF;
}
.BgClassName
{
background-color: #B82BDF;
}
</style>
border-color css
<style>
span { border-color: #B82BDF; }
span { border-color: rgb(184,43,223); }
td.TdClassName
{
border-color: #B82BDF;
}
.TagClassName
{
border-color: #B82BDF;
}
</style>