Shades of Medium Orchid #B03FDA
Tints of Medium Orchid #B03FDA
RGB
CMYK
RGB Variations
Color information
#B03FDA (or 0xB03FDA) is known color: Medium Orchid. HEX triplet: B0, 3F and DA. RGB value is (176,63,218). Sum of RGB (Red+Green+Blue) = 176+63+218=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #B03FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03FDA is #4FC025. Grayscale: #717171. Windows color (decimal): -5226534 or 14303152. OLE color: 14303152.
HSL color Cylindrical-coordinate representation of color #B03FDA: hue angle of 283.74º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03FDA is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 63 | 218 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.15 |
| HSL | 283.74º | 0.68% | 0.55% | - |
| HSV(B) | 283.74º | 0.71% | 0.85% | - |
| XYZ | 32.34 | 17.85 | 68.07 | - |
| YUV | 114.46 | 186.44 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 218 | 0.19 | 0.71 | 0 | 0.15 | 283.74 | 0.68 | 0.55 |
| Hex | B0 | 3F | DA | 13 | 47 | 0 | F | 11C | 44 | 37 |
| Octal | 260 | 77 | 332 | 23 | 107 | 0 | 17 | 434 | 104 | 67 |
| Binary | 10110000 | 111111 | 11011010 | 10011 | 1000111 | 0 | 1111 | 100011100 | 1000100 | 110111 |
Color Harmonies of #B03FDA
Complementary color
Monochromatic Colors of #B03FDA
Black with #B03FDA
Text Example
Text Example
White with #B03FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03FDA; }
p { color: rgb(176,63,218); }
H1.HeaderClassName
{
color: #B03FDA;
}
.AnyTagClassName
{
color: #B03FDA;
}
</style>
background-color css
<style>
a { background-color: #B03FDA; }
a { background-color: rgb(176,63,218); }
div.DivClassName
{
background-color: #B03FDA;
}
.BgClassName
{
background-color: #B03FDA;
}
</style>
border-color css
<style>
span { border-color: #B03FDA; }
span { border-color: rgb(176,63,218); }
td.TdClassName
{
border-color: #B03FDA;
}
.TagClassName
{
border-color: #B03FDA;
}
</style>