Shades of Medium Orchid #B041FA
Tints of Medium Orchid #B041FA
RGB
CMYK
RGB Variations
Color information
#B041FA (or 0xB041FA) is known color: Medium Orchid. HEX triplet: B0, 41 and FA. RGB value is (176,65,250). Sum of RGB (Red+Green+Blue) = 176+65+250=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #B041FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B041FA is #4FBE05. Grayscale: #767676. Windows color (decimal): -5225990 or 16400816. OLE color: 16400816.
HSL color Cylindrical-coordinate representation of color #B041FA: hue angle of 276º 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 #B041FA is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 65 | 250 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.02 |
| HSL | 276º | 0.95% | 0.62% | - |
| HSV(B) | 276º | 0.74% | 0.98% | - |
| XYZ | 37.05 | 19.91 | 92.33 | - |
| YUV | 119.28 | 201.77 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 250 | 0.30 | 0.74 | 0 | 0.02 | 276 | 0.95 | 0.62 |
| Hex | B0 | 41 | FA | 1E | 4A | 0 | 2 | 114 | 5F | 3E |
| Octal | 260 | 101 | 372 | 36 | 112 | 0 | 2 | 424 | 137 | 76 |
| Binary | 10110000 | 1000001 | 11111010 | 11110 | 1001010 | 0 | 10 | 100010100 | 1011111 | 111110 |
Color Harmonies of #B041FA
Complementary color
Monochromatic Colors of #B041FA
Black with #B041FA
Text Example
Text Example
White with #B041FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B041FA; }
p { color: rgb(176,65,250); }
H1.HeaderClassName
{
color: #B041FA;
}
.AnyTagClassName
{
color: #B041FA;
}
</style>
background-color css
<style>
a { background-color: #B041FA; }
a { background-color: rgb(176,65,250); }
div.DivClassName
{
background-color: #B041FA;
}
.BgClassName
{
background-color: #B041FA;
}
</style>
border-color css
<style>
span { border-color: #B041FA; }
span { border-color: rgb(176,65,250); }
td.TdClassName
{
border-color: #B041FA;
}
.TagClassName
{
border-color: #B041FA;
}
</style>