Shades of Dark Orchid #B024B1
Tints of Dark Orchid #B024B1
RGB
CMYK
RGB Variations
Color information
#B024B1 (or 0xB024B1) is known color: Dark Orchid. HEX triplet: B0, 24 and B1. RGB value is (176,36,177). Sum of RGB (Red+Green+Blue) = 176+36+177=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #B024B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B024B1 is #4FDB4E. Grayscale: #5D5D5D. Windows color (decimal): -5233487 or 11609264. OLE color: 11609264.
HSL color Cylindrical-coordinate representation of color #B024B1: hue angle of 299.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B024B1 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 177 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.31 |
| HSL | 299.57º | 0.66% | 0.42% | - |
| HSV(B) | 299.57º | 0.8% | 0.69% | - |
| XYZ | 26.47 | 13.67 | 42.84 | - |
| YUV | 93.93 | 174.88 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 177 | 0.01 | 0.80 | 0 | 0.31 | 299.57 | 0.66 | 0.42 |
| Hex | B0 | 24 | B1 | 1 | 50 | 0 | 1F | 12C | 42 | 2A |
| Octal | 260 | 44 | 261 | 1 | 120 | 0 | 37 | 454 | 102 | 52 |
| Binary | 10110000 | 100100 | 10110001 | 1 | 1010000 | 0 | 11111 | 100101100 | 1000010 | 101010 |
Color Harmonies of #B024B1
Complementary color
Monochromatic Colors of #B024B1
Black with #B024B1
Text Example
Text Example
White with #B024B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024B1; }
p { color: rgb(176,36,177); }
H1.HeaderClassName
{
color: #B024B1;
}
.AnyTagClassName
{
color: #B024B1;
}
</style>
background-color css
<style>
a { background-color: #B024B1; }
a { background-color: rgb(176,36,177); }
div.DivClassName
{
background-color: #B024B1;
}
.BgClassName
{
background-color: #B024B1;
}
</style>
border-color css
<style>
span { border-color: #B024B1; }
span { border-color: rgb(176,36,177); }
td.TdClassName
{
border-color: #B024B1;
}
.TagClassName
{
border-color: #B024B1;
}
</style>