Shades of Medium Orchid #B040FA
Tints of Medium Orchid #B040FA
RGB
CMYK
RGB Variations
Color information
#B040FA (or 0xB040FA) is known color: Medium Orchid. HEX triplet: B0, 40 and FA. RGB value is (176,64,250). Sum of RGB (Red+Green+Blue) = 176+64+250=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #B040FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B040FA is #4FBF05. Grayscale: #767676. Windows color (decimal): -5226246 or 16400560. OLE color: 16400560.
HSL color Cylindrical-coordinate representation of color #B040FA: hue angle of 276.13º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B040FA is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 64 | 250 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.02 |
| HSL | 276.13º | 0.95% | 0.62% | - |
| HSV(B) | 276.13º | 0.74% | 0.98% | - |
| XYZ | 36.99 | 19.8 | 92.31 | - |
| YUV | 118.69 | 202.11 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 250 | 0.30 | 0.74 | 0 | 0.02 | 276.13 | 0.95 | 0.62 |
| Hex | B0 | 40 | FA | 1E | 4A | 0 | 2 | 114 | 5F | 3E |
| Octal | 260 | 100 | 372 | 36 | 112 | 0 | 2 | 424 | 137 | 76 |
| Binary | 10110000 | 1000000 | 11111010 | 11110 | 1001010 | 0 | 10 | 100010100 | 1011111 | 111110 |
Color Harmonies of #B040FA
Complementary color
Monochromatic Colors of #B040FA
Black with #B040FA
Text Example
Text Example
White with #B040FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B040FA; }
p { color: rgb(176,64,250); }
H1.HeaderClassName
{
color: #B040FA;
}
.AnyTagClassName
{
color: #B040FA;
}
</style>
background-color css
<style>
a { background-color: #B040FA; }
a { background-color: rgb(176,64,250); }
div.DivClassName
{
background-color: #B040FA;
}
.BgClassName
{
background-color: #B040FA;
}
</style>
border-color css
<style>
span { border-color: #B040FA; }
span { border-color: rgb(176,64,250); }
td.TdClassName
{
border-color: #B040FA;
}
.TagClassName
{
border-color: #B040FA;
}
</style>