Shades of Medium Orchid #B03FFC
Tints of Medium Orchid #B03FFC
RGB
CMYK
RGB Variations
Color information
#B03FFC (or 0xB03FFC) is known color: Medium Orchid. HEX triplet: B0, 3F and FC. RGB value is (176,63,252). Sum of RGB (Red+Green+Blue) = 176+63+252=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #B03FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03FFC is #4FC003. Grayscale: #757575. Windows color (decimal): -5226500 or 16531376. OLE color: 16531376.
HSL color Cylindrical-coordinate representation of color #B03FFC: hue angle of 275.87º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B03FFC is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 63 | 252 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.01 |
| HSL | 275.87º | 0.97% | 0.62% | - |
| HSV(B) | 275.87º | 0.75% | 0.99% | - |
| XYZ | 37.25 | 19.81 | 93.96 | - |
| YUV | 118.33 | 203.44 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 252 | 0.30 | 0.75 | 0 | 0.01 | 275.87 | 0.97 | 0.62 |
| Hex | B0 | 3F | FC | 1E | 4B | 0 | 1 | 114 | 61 | 3E |
| Octal | 260 | 77 | 374 | 36 | 113 | 0 | 1 | 424 | 141 | 76 |
| Binary | 10110000 | 111111 | 11111100 | 11110 | 1001011 | 0 | 1 | 100010100 | 1100001 | 111110 |
Color Harmonies of #B03FFC
Complementary color
Monochromatic Colors of #B03FFC
Black with #B03FFC
Text Example
Text Example
White with #B03FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03FFC; }
p { color: rgb(176,63,252); }
H1.HeaderClassName
{
color: #B03FFC;
}
.AnyTagClassName
{
color: #B03FFC;
}
</style>
background-color css
<style>
a { background-color: #B03FFC; }
a { background-color: rgb(176,63,252); }
div.DivClassName
{
background-color: #B03FFC;
}
.BgClassName
{
background-color: #B03FFC;
}
</style>
border-color css
<style>
span { border-color: #B03FFC; }
span { border-color: rgb(176,63,252); }
td.TdClassName
{
border-color: #B03FFC;
}
.TagClassName
{
border-color: #B03FFC;
}
</style>