Shades of Dark Orchid #B03BDA
Tints of Dark Orchid #B03BDA
RGB
CMYK
RGB Variations
Color information
#B03BDA (or 0xB03BDA) is known color: Dark Orchid. HEX triplet: B0, 3B and DA. RGB value is (176,59,218). Sum of RGB (Red+Green+Blue) = 176+59+218=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #B03BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03BDA is #4FC425. Grayscale: #6F6F6F. Windows color (decimal): -5227558 or 14302128. OLE color: 14302128.
HSL color Cylindrical-coordinate representation of color #B03BDA: hue angle of 284.15º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03BDA is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 59 | 218 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.15 |
| HSL | 284.15º | 0.68% | 0.54% | - |
| HSV(B) | 284.15º | 0.73% | 0.85% | - |
| XYZ | 32.12 | 17.42 | 68 | - |
| YUV | 112.11 | 187.76 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 218 | 0.19 | 0.73 | 0 | 0.15 | 284.15 | 0.68 | 0.54 |
| Hex | B0 | 3B | DA | 13 | 49 | 0 | F | 11C | 44 | 36 |
| Octal | 260 | 73 | 332 | 23 | 111 | 0 | 17 | 434 | 104 | 66 |
| Binary | 10110000 | 111011 | 11011010 | 10011 | 1001001 | 0 | 1111 | 100011100 | 1000100 | 110110 |
Color Harmonies of #B03BDA
Complementary color
Monochromatic Colors of #B03BDA
Black with #B03BDA
Text Example
Text Example
White with #B03BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03BDA; }
p { color: rgb(176,59,218); }
H1.HeaderClassName
{
color: #B03BDA;
}
.AnyTagClassName
{
color: #B03BDA;
}
</style>
background-color css
<style>
a { background-color: #B03BDA; }
a { background-color: rgb(176,59,218); }
div.DivClassName
{
background-color: #B03BDA;
}
.BgClassName
{
background-color: #B03BDA;
}
</style>
border-color css
<style>
span { border-color: #B03BDA; }
span { border-color: rgb(176,59,218); }
td.TdClassName
{
border-color: #B03BDA;
}
.TagClassName
{
border-color: #B03BDA;
}
</style>