Shades of Dark Orchid #B626C0
Tints of Dark Orchid #B626C0
RGB
CMYK
RGB Variations
Color information
#B626C0 (or 0xB626C0) is known color: Dark Orchid. HEX triplet: B6, 26 and C0. RGB value is (182,38,192). Sum of RGB (Red+Green+Blue) = 182+38+192=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #B626C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B626C0 is #49D93F. Grayscale: #626262. Windows color (decimal): -4839744 or 12592822. OLE color: 12592822.
HSL color Cylindrical-coordinate representation of color #B626C0: hue angle of 296.1º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B626C0 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 38 | 192 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.25 |
| HSL | 296.1º | 0.67% | 0.45% | - |
| HSV(B) | 296.1º | 0.8% | 0.75% | - |
| XYZ | 29.5 | 15.14 | 51.24 | - |
| YUV | 98.61 | 180.71 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 38 | 192 | 0.05 | 0.80 | 0 | 0.25 | 296.1 | 0.67 | 0.45 |
| Hex | B6 | 26 | C0 | 5 | 50 | 0 | 19 | 128 | 43 | 2D |
| Octal | 266 | 46 | 300 | 5 | 120 | 0 | 31 | 450 | 103 | 55 |
| Binary | 10110110 | 100110 | 11000000 | 101 | 1010000 | 0 | 11001 | 100101000 | 1000011 | 101101 |
Color Harmonies of #B626C0
Complementary color
Monochromatic Colors of #B626C0
Black with #B626C0
Text Example
Text Example
White with #B626C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B626C0; }
p { color: rgb(182,38,192); }
H1.HeaderClassName
{
color: #B626C0;
}
.AnyTagClassName
{
color: #B626C0;
}
</style>
background-color css
<style>
a { background-color: #B626C0; }
a { background-color: rgb(182,38,192); }
div.DivClassName
{
background-color: #B626C0;
}
.BgClassName
{
background-color: #B626C0;
}
</style>
border-color css
<style>
span { border-color: #B626C0; }
span { border-color: rgb(182,38,192); }
td.TdClassName
{
border-color: #B626C0;
}
.TagClassName
{
border-color: #B626C0;
}
</style>