Shades of Dark Orchid #B624DA
Tints of Dark Orchid #B624DA
RGB
CMYK
RGB Variations
Color information
#B624DA (or 0xB624DA) is known color: Dark Orchid. HEX triplet: B6, 24 and DA. RGB value is (182,36,218). Sum of RGB (Red+Green+Blue) = 182+36+218=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #B624DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B624DA is #49DB25. Grayscale: #636363. Windows color (decimal): -4840230 or 14296246. OLE color: 14296246.
HSL color Cylindrical-coordinate representation of color #B624DA: hue angle of 288.13º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B624DA is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 36 | 218 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.15 |
| HSL | 288.13º | 0.72% | 0.5% | - |
| HSV(B) | 288.13º | 0.83% | 0.85% | - |
| XYZ | 32.58 | 16.27 | 67.75 | - |
| YUV | 100.4 | 194.37 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 36 | 218 | 0.17 | 0.83 | 0 | 0.15 | 288.13 | 0.72 | 0.5 |
| Hex | B6 | 24 | DA | 11 | 53 | 0 | F | 120 | 48 | 32 |
| Octal | 266 | 44 | 332 | 21 | 123 | 0 | 17 | 440 | 110 | 62 |
| Binary | 10110110 | 100100 | 11011010 | 10001 | 1010011 | 0 | 1111 | 100100000 | 1001000 | 110010 |
Color Harmonies of #B624DA
Complementary color
Monochromatic Colors of #B624DA
Black with #B624DA
Text Example
Text Example
White with #B624DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B624DA; }
p { color: rgb(182,36,218); }
H1.HeaderClassName
{
color: #B624DA;
}
.AnyTagClassName
{
color: #B624DA;
}
</style>
background-color css
<style>
a { background-color: #B624DA; }
a { background-color: rgb(182,36,218); }
div.DivClassName
{
background-color: #B624DA;
}
.BgClassName
{
background-color: #B624DA;
}
</style>
border-color css
<style>
span { border-color: #B624DA; }
span { border-color: rgb(182,36,218); }
td.TdClassName
{
border-color: #B624DA;
}
.TagClassName
{
border-color: #B624DA;
}
</style>