Shades of Medium Orchid #B03FDB
Tints of Medium Orchid #B03FDB
RGB
CMYK
RGB Variations
Color information
#B03FDB (or 0xB03FDB) is known color: Medium Orchid. HEX triplet: B0, 3F and DB. RGB value is (176,63,219). Sum of RGB (Red+Green+Blue) = 176+63+219=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #B03FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03FDB is #4FC024. Grayscale: #727272. Windows color (decimal): -5226533 or 14368688. OLE color: 14368688.
HSL color Cylindrical-coordinate representation of color #B03FDB: hue angle of 283.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03FDB is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 63 | 219 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.14 |
| HSL | 283.46º | 0.68% | 0.55% | - |
| HSV(B) | 283.46º | 0.71% | 0.86% | - |
| XYZ | 32.47 | 17.9 | 68.76 | - |
| YUV | 114.57 | 186.94 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 219 | 0.20 | 0.71 | 0 | 0.14 | 283.46 | 0.68 | 0.55 |
| Hex | B0 | 3F | DB | 14 | 47 | 0 | E | 11B | 44 | 37 |
| Octal | 260 | 77 | 333 | 24 | 107 | 0 | 16 | 433 | 104 | 67 |
| Binary | 10110000 | 111111 | 11011011 | 10100 | 1000111 | 0 | 1110 | 100011011 | 1000100 | 110111 |
Color Harmonies of #B03FDB
Complementary color
Monochromatic Colors of #B03FDB
Black with #B03FDB
Text Example
Text Example
White with #B03FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03FDB; }
p { color: rgb(176,63,219); }
H1.HeaderClassName
{
color: #B03FDB;
}
.AnyTagClassName
{
color: #B03FDB;
}
</style>
background-color css
<style>
a { background-color: #B03FDB; }
a { background-color: rgb(176,63,219); }
div.DivClassName
{
background-color: #B03FDB;
}
.BgClassName
{
background-color: #B03FDB;
}
</style>
border-color css
<style>
span { border-color: #B03FDB; }
span { border-color: rgb(176,63,219); }
td.TdClassName
{
border-color: #B03FDB;
}
.TagClassName
{
border-color: #B03FDB;
}
</style>