Shades of Medium Orchid #B041FF
Tints of Medium Orchid #B041FF
RGB
CMYK
RGB Variations
Color information
#B041FF (or 0xB041FF) is known color: Medium Orchid. HEX triplet: B0, 41 and FF. RGB value is (176,65,255). Sum of RGB (Red+Green+Blue) = 176+65+255=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #B041FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B041FF is #4FBE00. Grayscale: #777777. Windows color (decimal): -5225985 or 16728496. OLE color: 16728496.
HSL color Cylindrical-coordinate representation of color #B041FF: hue angle of 275.05º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B041FF is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 65 | 255 | - |
| CMYK | 0.31 | 0.75 | 0 | 0 |
| HSL | 275.05º | 1% | 0.63% | - |
| HSV(B) | 275.05º | 0.75% | 1% | - |
| XYZ | 37.84 | 20.23 | 96.52 | - |
| YUV | 119.85 | 204.27 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 255 | 0.31 | 0.75 | 0 | 0 | 275.05 | 1 | 0.63 |
| Hex | B0 | 41 | FF | 1F | 4B | 0 | 0 | 113 | 64 | 3F |
| Octal | 260 | 101 | 377 | 37 | 113 | 0 | 0 | 423 | 144 | 77 |
| Binary | 10110000 | 1000001 | 11111111 | 11111 | 1001011 | 0 | 0 | 100010011 | 1100100 | 111111 |
Color Harmonies of #B041FF
Complementary color
Monochromatic Colors of #B041FF
Black with #B041FF
Text Example
Text Example
White with #B041FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B041FF; }
p { color: rgb(176,65,255); }
H1.HeaderClassName
{
color: #B041FF;
}
.AnyTagClassName
{
color: #B041FF;
}
</style>
background-color css
<style>
a { background-color: #B041FF; }
a { background-color: rgb(176,65,255); }
div.DivClassName
{
background-color: #B041FF;
}
.BgClassName
{
background-color: #B041FF;
}
</style>
border-color css
<style>
span { border-color: #B041FF; }
span { border-color: rgb(176,65,255); }
td.TdClassName
{
border-color: #B041FF;
}
.TagClassName
{
border-color: #B041FF;
}
</style>