Shades of Dark Orchid #B02DB4
Tints of Dark Orchid #B02DB4
RGB
CMYK
RGB Variations
Color information
#B02DB4 (or 0xB02DB4) is known color: Dark Orchid. HEX triplet: B0, 2D and B4. RGB value is (176,45,180). Sum of RGB (Red+Green+Blue) = 176+45+180=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #B02DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DB4 is #4FD24B. Grayscale: #636363. Windows color (decimal): -5231180 or 11808176. OLE color: 11808176.
HSL color Cylindrical-coordinate representation of color #B02DB4: hue angle of 298.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02DB4 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 45 | 180 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.29 |
| HSL | 298.22º | 0.6% | 0.44% | - |
| HSV(B) | 298.22º | 0.75% | 0.71% | - |
| XYZ | 27.08 | 14.4 | 44.53 | - |
| YUV | 99.56 | 173.4 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 180 | 0.02 | 0.75 | 0 | 0.29 | 298.22 | 0.6 | 0.44 |
| Hex | B0 | 2D | B4 | 2 | 4B | 0 | 1D | 12A | 3C | 2C |
| Octal | 260 | 55 | 264 | 2 | 113 | 0 | 35 | 452 | 74 | 54 |
| Binary | 10110000 | 101101 | 10110100 | 10 | 1001011 | 0 | 11101 | 100101010 | 111100 | 101100 |
Color Harmonies of #B02DB4
Complementary color
Monochromatic Colors of #B02DB4
Black with #B02DB4
Text Example
Text Example
White with #B02DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02DB4; }
p { color: rgb(176,45,180); }
H1.HeaderClassName
{
color: #B02DB4;
}
.AnyTagClassName
{
color: #B02DB4;
}
</style>
background-color css
<style>
a { background-color: #B02DB4; }
a { background-color: rgb(176,45,180); }
div.DivClassName
{
background-color: #B02DB4;
}
.BgClassName
{
background-color: #B02DB4;
}
</style>
border-color css
<style>
span { border-color: #B02DB4; }
span { border-color: rgb(176,45,180); }
td.TdClassName
{
border-color: #B02DB4;
}
.TagClassName
{
border-color: #B02DB4;
}
</style>