Shades of Dark Orchid #B830DD
Tints of Dark Orchid #B830DD
RGB
CMYK
RGB Variations
Color information
#B830DD (or 0xB830DD) is known color: Dark Orchid. HEX triplet: B8, 30 and DD. RGB value is (184,48,221). Sum of RGB (Red+Green+Blue) = 184+48+221=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #B830DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B830DD is #47CF22. Grayscale: #6B6B6B. Windows color (decimal): -4706083 or 14495928. OLE color: 14495928.
HSL color Cylindrical-coordinate representation of color #B830DD: hue angle of 287.17º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B830DD is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 48 | 221 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.13 |
| HSL | 287.17º | 0.72% | 0.53% | - |
| HSV(B) | 287.17º | 0.78% | 0.87% | - |
| XYZ | 33.88 | 17.52 | 70 | - |
| YUV | 108.39 | 191.56 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 221 | 0.17 | 0.78 | 0 | 0.13 | 287.17 | 0.72 | 0.53 |
| Hex | B8 | 30 | DD | 11 | 4E | 0 | D | 11F | 48 | 35 |
| Octal | 270 | 60 | 335 | 21 | 116 | 0 | 15 | 437 | 110 | 65 |
| Binary | 10111000 | 110000 | 11011101 | 10001 | 1001110 | 0 | 1101 | 100011111 | 1001000 | 110101 |
Color Harmonies of #B830DD
Complementary color
Monochromatic Colors of #B830DD
Black with #B830DD
Text Example
Text Example
White with #B830DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B830DD; }
p { color: rgb(184,48,221); }
H1.HeaderClassName
{
color: #B830DD;
}
.AnyTagClassName
{
color: #B830DD;
}
</style>
background-color css
<style>
a { background-color: #B830DD; }
a { background-color: rgb(184,48,221); }
div.DivClassName
{
background-color: #B830DD;
}
.BgClassName
{
background-color: #B830DD;
}
</style>
border-color css
<style>
span { border-color: #B830DD; }
span { border-color: rgb(184,48,221); }
td.TdClassName
{
border-color: #B830DD;
}
.TagClassName
{
border-color: #B830DD;
}
</style>