Shades of Dark Orchid #B626BD
Tints of Dark Orchid #B626BD
RGB
CMYK
RGB Variations
Color information
#B626BD (or 0xB626BD) is known color: Dark Orchid. HEX triplet: B6, 26 and BD. RGB value is (182,38,189). Sum of RGB (Red+Green+Blue) = 182+38+189=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #B626BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B626BD is #49D942. Grayscale: #616161. Windows color (decimal): -4839747 or 12396214. OLE color: 12396214.
HSL color Cylindrical-coordinate representation of color #B626BD: hue angle of 297.22º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B626BD is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 38 | 189 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.26 |
| HSL | 297.22º | 0.67% | 0.45% | - |
| HSV(B) | 297.22º | 0.8% | 0.74% | - |
| XYZ | 29.17 | 15.01 | 49.5 | - |
| YUV | 98.27 | 179.21 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 38 | 189 | 0.04 | 0.80 | 0 | 0.26 | 297.22 | 0.67 | 0.45 |
| Hex | B6 | 26 | BD | 4 | 50 | 0 | 1A | 129 | 43 | 2D |
| Octal | 266 | 46 | 275 | 4 | 120 | 0 | 32 | 451 | 103 | 55 |
| Binary | 10110110 | 100110 | 10111101 | 100 | 1010000 | 0 | 11010 | 100101001 | 1000011 | 101101 |
Color Harmonies of #B626BD
Complementary color
Monochromatic Colors of #B626BD
Black with #B626BD
Text Example
Text Example
White with #B626BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B626BD; }
p { color: rgb(182,38,189); }
H1.HeaderClassName
{
color: #B626BD;
}
.AnyTagClassName
{
color: #B626BD;
}
</style>
background-color css
<style>
a { background-color: #B626BD; }
a { background-color: rgb(182,38,189); }
div.DivClassName
{
background-color: #B626BD;
}
.BgClassName
{
background-color: #B626BD;
}
</style>
border-color css
<style>
span { border-color: #B626BD; }
span { border-color: rgb(182,38,189); }
td.TdClassName
{
border-color: #B626BD;
}
.TagClassName
{
border-color: #B626BD;
}
</style>