Shades of Dark Orchid #B624BD
Tints of Dark Orchid #B624BD
RGB
CMYK
RGB Variations
Color information
#B624BD (or 0xB624BD) is known color: Dark Orchid. HEX triplet: B6, 24 and BD. RGB value is (182,36,189). Sum of RGB (Red+Green+Blue) = 182+36+189=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #B624BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B624BD is #49DB42. Grayscale: #606060. Windows color (decimal): -4840259 or 12395702. OLE color: 12395702.
HSL color Cylindrical-coordinate representation of color #B624BD: hue angle of 297.25º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B624BD is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 36 | 189 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.26 |
| HSL | 297.25º | 0.68% | 0.44% | - |
| HSV(B) | 297.25º | 0.81% | 0.74% | - |
| XYZ | 29.11 | 14.88 | 49.48 | - |
| YUV | 97.1 | 179.87 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 36 | 189 | 0.04 | 0.81 | 0 | 0.26 | 297.25 | 0.68 | 0.44 |
| Hex | B6 | 24 | BD | 4 | 51 | 0 | 1A | 129 | 44 | 2C |
| Octal | 266 | 44 | 275 | 4 | 121 | 0 | 32 | 451 | 104 | 54 |
| Binary | 10110110 | 100100 | 10111101 | 100 | 1010001 | 0 | 11010 | 100101001 | 1000100 | 101100 |
Color Harmonies of #B624BD
Complementary color
Monochromatic Colors of #B624BD
Black with #B624BD
Text Example
Text Example
White with #B624BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B624BD; }
p { color: rgb(182,36,189); }
H1.HeaderClassName
{
color: #B624BD;
}
.AnyTagClassName
{
color: #B624BD;
}
</style>
background-color css
<style>
a { background-color: #B624BD; }
a { background-color: rgb(182,36,189); }
div.DivClassName
{
background-color: #B624BD;
}
.BgClassName
{
background-color: #B624BD;
}
</style>
border-color css
<style>
span { border-color: #B624BD; }
span { border-color: rgb(182,36,189); }
td.TdClassName
{
border-color: #B624BD;
}
.TagClassName
{
border-color: #B624BD;
}
</style>