Shades of Dark Orchid #B02BD4
Tints of Dark Orchid #B02BD4
RGB
CMYK
RGB Variations
Color information
#B02BD4 (or 0xB02BD4) is known color: Dark Orchid. HEX triplet: B0, 2B and D4. RGB value is (176,43,212). Sum of RGB (Red+Green+Blue) = 176+43+212=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 212 (83.20% from 255 or 49.19% from 431); Max value from RGB is 212 - color contains mainly: blue. Hex color #B02BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02BD4 is #4FD42B. Grayscale: #656565. Windows color (decimal): -5231660 or 13904816. OLE color: 13904816.
HSL color Cylindrical-coordinate representation of color #B02BD4: hue angle of 287.22º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02BD4 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 43 | 212 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.17 |
| HSL | 287.22º | 0.66% | 0.5% | - |
| HSV(B) | 287.22º | 0.8% | 0.83% | - |
| XYZ | 30.65 | 15.71 | 63.7 | - |
| YUV | 102.03 | 190.06 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 43 | 212 | 0.17 | 0.80 | 0 | 0.17 | 287.22 | 0.66 | 0.5 |
| Hex | B0 | 2B | D4 | 11 | 50 | 0 | 11 | 11F | 42 | 32 |
| Octal | 260 | 53 | 324 | 21 | 120 | 0 | 21 | 437 | 102 | 62 |
| Binary | 10110000 | 101011 | 11010100 | 10001 | 1010000 | 0 | 10001 | 100011111 | 1000010 | 110010 |
Color Harmonies of #B02BD4
Complementary color
Monochromatic Colors of #B02BD4
Black with #B02BD4
Text Example
Text Example
White with #B02BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02BD4; }
p { color: rgb(176,43,212); }
H1.HeaderClassName
{
color: #B02BD4;
}
.AnyTagClassName
{
color: #B02BD4;
}
</style>
background-color css
<style>
a { background-color: #B02BD4; }
a { background-color: rgb(176,43,212); }
div.DivClassName
{
background-color: #B02BD4;
}
.BgClassName
{
background-color: #B02BD4;
}
</style>
border-color css
<style>
span { border-color: #B02BD4; }
span { border-color: rgb(176,43,212); }
td.TdClassName
{
border-color: #B02BD4;
}
.TagClassName
{
border-color: #B02BD4;
}
</style>