Shades of Dark Orchid #B82BE2
Tints of Dark Orchid #B82BE2
RGB
CMYK
RGB Variations
Color information
#B82BE2 (or 0xB82BE2) is known color: Dark Orchid. HEX triplet: B8, 2B and E2. RGB value is (184,43,226). Sum of RGB (Red+Green+Blue) = 184+43+226=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 226 (88.67% from 255 or 49.89% from 453); Max value from RGB is 226 - color contains mainly: blue. Hex color #B82BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82BE2 is #47D41D. Grayscale: #696969. Windows color (decimal): -4707358 or 14822328. OLE color: 14822328.
HSL color Cylindrical-coordinate representation of color #B82BE2: hue angle of 286.23º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82BE2 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 43 | 226 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.11 |
| HSL | 286.23º | 0.76% | 0.53% | - |
| HSV(B) | 286.23º | 0.81% | 0.89% | - |
| XYZ | 34.36 | 17.41 | 73.5 | - |
| YUV | 106.02 | 195.71 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 43 | 226 | 0.19 | 0.81 | 0 | 0.11 | 286.23 | 0.76 | 0.53 |
| Hex | B8 | 2B | E2 | 13 | 51 | 0 | B | 11E | 4C | 35 |
| Octal | 270 | 53 | 342 | 23 | 121 | 0 | 13 | 436 | 114 | 65 |
| Binary | 10111000 | 101011 | 11100010 | 10011 | 1010001 | 0 | 1011 | 100011110 | 1001100 | 110101 |
Color Harmonies of #B82BE2
Complementary color
Monochromatic Colors of #B82BE2
Black with #B82BE2
Text Example
Text Example
White with #B82BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82BE2; }
p { color: rgb(184,43,226); }
H1.HeaderClassName
{
color: #B82BE2;
}
.AnyTagClassName
{
color: #B82BE2;
}
</style>
background-color css
<style>
a { background-color: #B82BE2; }
a { background-color: rgb(184,43,226); }
div.DivClassName
{
background-color: #B82BE2;
}
.BgClassName
{
background-color: #B82BE2;
}
</style>
border-color css
<style>
span { border-color: #B82BE2; }
span { border-color: rgb(184,43,226); }
td.TdClassName
{
border-color: #B82BE2;
}
.TagClassName
{
border-color: #B82BE2;
}
</style>