Shades of Dark Orchid #B621D0
Tints of Dark Orchid #B621D0
RGB
CMYK
RGB Variations
Color information
#B621D0 (or 0xB621D0) is known color: Dark Orchid. HEX triplet: B6, 21 and D0. RGB value is (182,33,208). Sum of RGB (Red+Green+Blue) = 182+33+208=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #B621D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B621D0 is #49DE2F. Grayscale: #606060. Windows color (decimal): -4841008 or 13640118. OLE color: 13640118.
HSL color Cylindrical-coordinate representation of color #B621D0: hue angle of 291.09º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B621D0 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 33 | 208 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.18 |
| HSL | 291.09º | 0.73% | 0.47% | - |
| HSV(B) | 291.09º | 0.84% | 0.82% | - |
| XYZ | 31.22 | 15.59 | 61.04 | - |
| YUV | 97.5 | 190.36 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 33 | 208 | 0.12 | 0.84 | 0 | 0.18 | 291.09 | 0.73 | 0.47 |
| Hex | B6 | 21 | D0 | C | 54 | 0 | 12 | 123 | 49 | 2F |
| Octal | 266 | 41 | 320 | 14 | 124 | 0 | 22 | 443 | 111 | 57 |
| Binary | 10110110 | 100001 | 11010000 | 1100 | 1010100 | 0 | 10010 | 100100011 | 1001001 | 101111 |
Color Harmonies of #B621D0
Complementary color
Monochromatic Colors of #B621D0
Black with #B621D0
Text Example
Text Example
White with #B621D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B621D0; }
p { color: rgb(182,33,208); }
H1.HeaderClassName
{
color: #B621D0;
}
.AnyTagClassName
{
color: #B621D0;
}
</style>
background-color css
<style>
a { background-color: #B621D0; }
a { background-color: rgb(182,33,208); }
div.DivClassName
{
background-color: #B621D0;
}
.BgClassName
{
background-color: #B621D0;
}
</style>
border-color css
<style>
span { border-color: #B621D0; }
span { border-color: rgb(182,33,208); }
td.TdClassName
{
border-color: #B621D0;
}
.TagClassName
{
border-color: #B621D0;
}
</style>