Shades of Dark Orchid #B830D7
Tints of Dark Orchid #B830D7
RGB
CMYK
RGB Variations
Color information
#B830D7 (or 0xB830D7) is known color: Dark Orchid. HEX triplet: B8, 30 and D7. RGB value is (184,48,215). Sum of RGB (Red+Green+Blue) = 184+48+215=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #B830D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B830D7 is #47CF28. Grayscale: #6B6B6B. Windows color (decimal): -4706089 or 14102712. OLE color: 14102712.
HSL color Cylindrical-coordinate representation of color #B830D7: hue angle of 288.86º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B830D7 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 48 | 215 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.16 |
| HSL | 288.86º | 0.68% | 0.52% | - |
| HSV(B) | 288.86º | 0.78% | 0.84% | - |
| XYZ | 33.09 | 17.21 | 65.87 | - |
| YUV | 107.7 | 188.56 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 215 | 0.14 | 0.78 | 0 | 0.16 | 288.86 | 0.68 | 0.52 |
| Hex | B8 | 30 | D7 | E | 4E | 0 | 10 | 121 | 44 | 34 |
| Octal | 270 | 60 | 327 | 16 | 116 | 0 | 20 | 441 | 104 | 64 |
| Binary | 10111000 | 110000 | 11010111 | 1110 | 1001110 | 0 | 10000 | 100100001 | 1000100 | 110100 |
Color Harmonies of #B830D7
Complementary color
Monochromatic Colors of #B830D7
Black with #B830D7
Text Example
Text Example
White with #B830D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B830D7; }
p { color: rgb(184,48,215); }
H1.HeaderClassName
{
color: #B830D7;
}
.AnyTagClassName
{
color: #B830D7;
}
</style>
background-color css
<style>
a { background-color: #B830D7; }
a { background-color: rgb(184,48,215); }
div.DivClassName
{
background-color: #B830D7;
}
.BgClassName
{
background-color: #B830D7;
}
</style>
border-color css
<style>
span { border-color: #B830D7; }
span { border-color: rgb(184,48,215); }
td.TdClassName
{
border-color: #B830D7;
}
.TagClassName
{
border-color: #B830D7;
}
</style>