Shades of Dark Orchid #B832D1
Tints of Dark Orchid #B832D1
RGB
CMYK
RGB Variations
Color information
#B832D1 (or 0xB832D1) is known color: Dark Orchid. HEX triplet: B8, 32 and D1. RGB value is (184,50,209). Sum of RGB (Red+Green+Blue) = 184+50+209=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #B832D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B832D1 is #47CD2E. Grayscale: #6B6B6B. Windows color (decimal): -4705583 or 13710008. OLE color: 13710008.
HSL color Cylindrical-coordinate representation of color #B832D1: hue angle of 290.57º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B832D1 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 50 | 209 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.18 |
| HSL | 290.57º | 0.63% | 0.51% | - |
| HSV(B) | 290.57º | 0.76% | 0.82% | - |
| XYZ | 32.42 | 17.08 | 61.91 | - |
| YUV | 108.19 | 184.89 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 209 | 0.12 | 0.76 | 0 | 0.18 | 290.57 | 0.63 | 0.51 |
| Hex | B8 | 32 | D1 | C | 4C | 0 | 12 | 123 | 3F | 33 |
| Octal | 270 | 62 | 321 | 14 | 114 | 0 | 22 | 443 | 77 | 63 |
| Binary | 10111000 | 110010 | 11010001 | 1100 | 1001100 | 0 | 10010 | 100100011 | 111111 | 110011 |
Color Harmonies of #B832D1
Complementary color
Monochromatic Colors of #B832D1
Black with #B832D1
Text Example
Text Example
White with #B832D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B832D1; }
p { color: rgb(184,50,209); }
H1.HeaderClassName
{
color: #B832D1;
}
.AnyTagClassName
{
color: #B832D1;
}
</style>
background-color css
<style>
a { background-color: #B832D1; }
a { background-color: rgb(184,50,209); }
div.DivClassName
{
background-color: #B832D1;
}
.BgClassName
{
background-color: #B832D1;
}
</style>
border-color css
<style>
span { border-color: #B832D1; }
span { border-color: rgb(184,50,209); }
td.TdClassName
{
border-color: #B832D1;
}
.TagClassName
{
border-color: #B832D1;
}
</style>