Shades of Dark Orchid #B622C2
Tints of Dark Orchid #B622C2
RGB
CMYK
RGB Variations
Color information
#B622C2 (or 0xB622C2) is known color: Dark Orchid. HEX triplet: B6, 22 and C2. RGB value is (182,34,194). Sum of RGB (Red+Green+Blue) = 182+34+194=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 194 (76.17% from 255 or 47.32% from 410); Max value from RGB is 194 - color contains mainly: blue. Hex color #B622C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B622C2 is #49DD3D. Grayscale: #606060. Windows color (decimal): -4840766 or 12722870. OLE color: 12722870.
HSL color Cylindrical-coordinate representation of color #B622C2: hue angle of 295.5º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B622C2 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 34 | 194 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.24 |
| HSL | 295.5º | 0.7% | 0.45% | - |
| HSV(B) | 295.5º | 0.82% | 0.76% | - |
| XYZ | 29.6 | 14.98 | 52.37 | - |
| YUV | 96.49 | 183.03 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 34 | 194 | 0.06 | 0.82 | 0 | 0.24 | 295.5 | 0.7 | 0.45 |
| Hex | B6 | 22 | C2 | 6 | 52 | 0 | 18 | 128 | 46 | 2D |
| Octal | 266 | 42 | 302 | 6 | 122 | 0 | 30 | 450 | 106 | 55 |
| Binary | 10110110 | 100010 | 11000010 | 110 | 1010010 | 0 | 11000 | 100101000 | 1000110 | 101101 |
Color Harmonies of #B622C2
Complementary color
Monochromatic Colors of #B622C2
Black with #B622C2
Text Example
Text Example
White with #B622C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B622C2; }
p { color: rgb(182,34,194); }
H1.HeaderClassName
{
color: #B622C2;
}
.AnyTagClassName
{
color: #B622C2;
}
</style>
background-color css
<style>
a { background-color: #B622C2; }
a { background-color: rgb(182,34,194); }
div.DivClassName
{
background-color: #B622C2;
}
.BgClassName
{
background-color: #B622C2;
}
</style>
border-color css
<style>
span { border-color: #B622C2; }
span { border-color: rgb(182,34,194); }
td.TdClassName
{
border-color: #B622C2;
}
.TagClassName
{
border-color: #B622C2;
}
</style>