Shades of Medium Orchid #B03FFB
Tints of Medium Orchid #B03FFB
RGB
CMYK
RGB Variations
Color information
#B03FFB (or 0xB03FFB) is known color: Medium Orchid. HEX triplet: B0, 3F and FB. RGB value is (176,63,251). Sum of RGB (Red+Green+Blue) = 176+63+251=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 63 (25% from 255 or 12.86% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #B03FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03FFB is #4FC004. Grayscale: #757575. Windows color (decimal): -5226501 or 16465840. OLE color: 16465840.
HSL color Cylindrical-coordinate representation of color #B03FFB: hue angle of 276.06º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B03FFB is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 63 | 251 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.02 |
| HSL | 276.06º | 0.96% | 0.62% | - |
| HSV(B) | 276.06º | 0.75% | 0.98% | - |
| XYZ | 37.09 | 19.75 | 93.12 | - |
| YUV | 118.22 | 202.94 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 251 | 0.30 | 0.75 | 0 | 0.02 | 276.06 | 0.96 | 0.62 |
| Hex | B0 | 3F | FB | 1E | 4B | 0 | 2 | 114 | 60 | 3E |
| Octal | 260 | 77 | 373 | 36 | 113 | 0 | 2 | 424 | 140 | 76 |
| Binary | 10110000 | 111111 | 11111011 | 11110 | 1001011 | 0 | 10 | 100010100 | 1100000 | 111110 |
Color Harmonies of #B03FFB
Complementary color
Monochromatic Colors of #B03FFB
Black with #B03FFB
Text Example
Text Example
White with #B03FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03FFB; }
p { color: rgb(176,63,251); }
H1.HeaderClassName
{
color: #B03FFB;
}
.AnyTagClassName
{
color: #B03FFB;
}
</style>
background-color css
<style>
a { background-color: #B03FFB; }
a { background-color: rgb(176,63,251); }
div.DivClassName
{
background-color: #B03FFB;
}
.BgClassName
{
background-color: #B03FFB;
}
</style>
border-color css
<style>
span { border-color: #B03FFB; }
span { border-color: rgb(176,63,251); }
td.TdClassName
{
border-color: #B03FFB;
}
.TagClassName
{
border-color: #B03FFB;
}
</style>