Shades of Dark Orchid #B02AAE
Tints of Dark Orchid #B02AAE
RGB
CMYK
RGB Variations
Color information
#B02AAE (or 0xB02AAE) is known color: Dark Orchid. HEX triplet: B0, 2A and AE. RGB value is (176,42,174). Sum of RGB (Red+Green+Blue) = 176+42+174=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B02AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02AAE is #4FD551. Grayscale: #606060. Windows color (decimal): -5231954 or 11414192. OLE color: 11414192.
HSL color Cylindrical-coordinate representation of color #B02AAE: hue angle of 300.9º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02AAE is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 42 | 174 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.31 |
| HSL | 300.9º | 0.61% | 0.43% | - |
| HSV(B) | 300.9º | 0.76% | 0.69% | - |
| XYZ | 26.37 | 13.94 | 41.35 | - |
| YUV | 97.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 42 | 174 | 0 | 0.76 | 0.01 | 0.31 | 300.9 | 0.61 | 0.43 |
| Hex | B0 | 2A | AE | 0 | 4C | 1 | 1F | 12D | 3D | 2B |
| Octal | 260 | 52 | 256 | 0 | 114 | 1 | 37 | 455 | 75 | 53 |
| Binary | 10110000 | 101010 | 10101110 | 0 | 1001100 | 1 | 11111 | 100101101 | 111101 | 101011 |
Color Harmonies of #B02AAE
Complementary color
Monochromatic Colors of #B02AAE
Black with #B02AAE
Text Example
Text Example
White with #B02AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02AAE; }
p { color: rgb(176,42,174); }
H1.HeaderClassName
{
color: #B02AAE;
}
.AnyTagClassName
{
color: #B02AAE;
}
</style>
background-color css
<style>
a { background-color: #B02AAE; }
a { background-color: rgb(176,42,174); }
div.DivClassName
{
background-color: #B02AAE;
}
.BgClassName
{
background-color: #B02AAE;
}
</style>
border-color css
<style>
span { border-color: #B02AAE; }
span { border-color: rgb(176,42,174); }
td.TdClassName
{
border-color: #B02AAE;
}
.TagClassName
{
border-color: #B02AAE;
}
</style>