Shades of Dark Orchid #B622D0
Tints of Dark Orchid #B622D0
RGB
CMYK
RGB Variations
Color information
#B622D0 (or 0xB622D0) is known color: Dark Orchid. HEX triplet: B6, 22 and D0. RGB value is (182,34,208). Sum of RGB (Red+Green+Blue) = 182+34+208=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #B622D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B622D0 is #49DD2F. Grayscale: #616161. Windows color (decimal): -4840752 or 13640374. OLE color: 13640374.
HSL color Cylindrical-coordinate representation of color #B622D0: hue angle of 291.03º degrees, saturation: 0.72, 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 #B622D0 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 34 | 208 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.18 |
| HSL | 291.03º | 0.72% | 0.47% | - |
| HSV(B) | 291.03º | 0.84% | 0.82% | - |
| XYZ | 31.25 | 15.64 | 61.05 | - |
| YUV | 98.09 | 190.03 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 34 | 208 | 0.12 | 0.84 | 0 | 0.18 | 291.03 | 0.72 | 0.47 |
| Hex | B6 | 22 | D0 | C | 54 | 0 | 12 | 123 | 48 | 2F |
| Octal | 266 | 42 | 320 | 14 | 124 | 0 | 22 | 443 | 110 | 57 |
| Binary | 10110110 | 100010 | 11010000 | 1100 | 1010100 | 0 | 10010 | 100100011 | 1001000 | 101111 |
Color Harmonies of #B622D0
Complementary color
Monochromatic Colors of #B622D0
Black with #B622D0
Text Example
Text Example
White with #B622D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B622D0; }
p { color: rgb(182,34,208); }
H1.HeaderClassName
{
color: #B622D0;
}
.AnyTagClassName
{
color: #B622D0;
}
</style>
background-color css
<style>
a { background-color: #B622D0; }
a { background-color: rgb(182,34,208); }
div.DivClassName
{
background-color: #B622D0;
}
.BgClassName
{
background-color: #B622D0;
}
</style>
border-color css
<style>
span { border-color: #B622D0; }
span { border-color: rgb(182,34,208); }
td.TdClassName
{
border-color: #B622D0;
}
.TagClassName
{
border-color: #B622D0;
}
</style>