Shades of Dark Orchid #B02DBA
Tints of Dark Orchid #B02DBA
RGB
CMYK
RGB Variations
Color information
#B02DBA (or 0xB02DBA) is known color: Dark Orchid. HEX triplet: B0, 2D and BA. RGB value is (176,45,186). Sum of RGB (Red+Green+Blue) = 176+45+186=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #B02DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DBA is #4FD245. Grayscale: #636363. Windows color (decimal): -5231174 or 12201392. OLE color: 12201392.
HSL color Cylindrical-coordinate representation of color #B02DBA: hue angle of 295.74º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02DBA is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 45 | 186 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.27 |
| HSL | 295.74º | 0.61% | 0.45% | - |
| HSV(B) | 295.74º | 0.76% | 0.73% | - |
| XYZ | 27.71 | 14.65 | 47.82 | - |
| YUV | 100.24 | 176.4 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 186 | 0.05 | 0.76 | 0 | 0.27 | 295.74 | 0.61 | 0.45 |
| Hex | B0 | 2D | BA | 5 | 4C | 0 | 1B | 128 | 3D | 2D |
| Octal | 260 | 55 | 272 | 5 | 114 | 0 | 33 | 450 | 75 | 55 |
| Binary | 10110000 | 101101 | 10111010 | 101 | 1001100 | 0 | 11011 | 100101000 | 111101 | 101101 |
Color Harmonies of #B02DBA
Complementary color
Monochromatic Colors of #B02DBA
Black with #B02DBA
Text Example
Text Example
White with #B02DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02DBA; }
p { color: rgb(176,45,186); }
H1.HeaderClassName
{
color: #B02DBA;
}
.AnyTagClassName
{
color: #B02DBA;
}
</style>
background-color css
<style>
a { background-color: #B02DBA; }
a { background-color: rgb(176,45,186); }
div.DivClassName
{
background-color: #B02DBA;
}
.BgClassName
{
background-color: #B02DBA;
}
</style>
border-color css
<style>
span { border-color: #B02DBA; }
span { border-color: rgb(176,45,186); }
td.TdClassName
{
border-color: #B02DBA;
}
.TagClassName
{
border-color: #B02DBA;
}
</style>