Shades of Dark Orchid #B02DD3
Tints of Dark Orchid #B02DD3
RGB
CMYK
RGB Variations
Color information
#B02DD3 (or 0xB02DD3) is known color: Dark Orchid. HEX triplet: B0, 2D and D3. RGB value is (176,45,211). Sum of RGB (Red+Green+Blue) = 176+45+211=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #B02DD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DD3 is #4FD22C. Grayscale: #666666. Windows color (decimal): -5231149 or 13839792. OLE color: 13839792.
HSL color Cylindrical-coordinate representation of color #B02DD3: hue angle of 287.35º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02DD3 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 45 | 211 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.17 |
| HSL | 287.35º | 0.65% | 0.5% | - |
| HSV(B) | 287.35º | 0.79% | 0.83% | - |
| XYZ | 30.6 | 15.81 | 63.07 | - |
| YUV | 103.09 | 188.9 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 211 | 0.17 | 0.79 | 0 | 0.17 | 287.35 | 0.65 | 0.5 |
| Hex | B0 | 2D | D3 | 11 | 4F | 0 | 11 | 11F | 41 | 32 |
| Octal | 260 | 55 | 323 | 21 | 117 | 0 | 21 | 437 | 101 | 62 |
| Binary | 10110000 | 101101 | 11010011 | 10001 | 1001111 | 0 | 10001 | 100011111 | 1000001 | 110010 |
Color Harmonies of #B02DD3
Complementary color
Monochromatic Colors of #B02DD3
Black with #B02DD3
Text Example
Text Example
White with #B02DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02DD3; }
p { color: rgb(176,45,211); }
H1.HeaderClassName
{
color: #B02DD3;
}
.AnyTagClassName
{
color: #B02DD3;
}
</style>
background-color css
<style>
a { background-color: #B02DD3; }
a { background-color: rgb(176,45,211); }
div.DivClassName
{
background-color: #B02DD3;
}
.BgClassName
{
background-color: #B02DD3;
}
</style>
border-color css
<style>
span { border-color: #B02DD3; }
span { border-color: rgb(176,45,211); }
td.TdClassName
{
border-color: #B02DD3;
}
.TagClassName
{
border-color: #B02DD3;
}
</style>