Shades of Medium Orchid #B03FDF
Tints of Medium Orchid #B03FDF
RGB
CMYK
RGB Variations
Color information
#B03FDF (or 0xB03FDF) is known color: Medium Orchid. HEX triplet: B0, 3F and DF. RGB value is (176,63,223). Sum of RGB (Red+Green+Blue) = 176+63+223=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #B03FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03FDF is #4FC020. Grayscale: #727272. Windows color (decimal): -5226529 or 14630832. OLE color: 14630832.
HSL color Cylindrical-coordinate representation of color #B03FDF: hue angle of 282.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03FDF is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 63 | 223 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.13 |
| HSL | 282.38º | 0.71% | 0.56% | - |
| HSV(B) | 282.38º | 0.72% | 0.87% | - |
| XYZ | 33 | 18.11 | 71.57 | - |
| YUV | 115.03 | 188.94 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 223 | 0.21 | 0.72 | 0 | 0.13 | 282.38 | 0.71 | 0.56 |
| Hex | B0 | 3F | DF | 15 | 48 | 0 | D | 11A | 47 | 38 |
| Octal | 260 | 77 | 337 | 25 | 110 | 0 | 15 | 432 | 107 | 70 |
| Binary | 10110000 | 111111 | 11011111 | 10101 | 1001000 | 0 | 1101 | 100011010 | 1000111 | 111000 |
Color Harmonies of #B03FDF
Complementary color
Monochromatic Colors of #B03FDF
Black with #B03FDF
Text Example
Text Example
White with #B03FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03FDF; }
p { color: rgb(176,63,223); }
H1.HeaderClassName
{
color: #B03FDF;
}
.AnyTagClassName
{
color: #B03FDF;
}
</style>
background-color css
<style>
a { background-color: #B03FDF; }
a { background-color: rgb(176,63,223); }
div.DivClassName
{
background-color: #B03FDF;
}
.BgClassName
{
background-color: #B03FDF;
}
</style>
border-color css
<style>
span { border-color: #B03FDF; }
span { border-color: rgb(176,63,223); }
td.TdClassName
{
border-color: #B03FDF;
}
.TagClassName
{
border-color: #B03FDF;
}
</style>