Shades of Medium Orchid #B041FE
Tints of Medium Orchid #B041FE
RGB
CMYK
RGB Variations
Color information
#B041FE (or 0xB041FE) is known color: Medium Orchid. HEX triplet: B0, 41 and FE. RGB value is (176,65,254). Sum of RGB (Red+Green+Blue) = 176+65+254=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #B041FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B041FE is #4FBE01. Grayscale: #777777. Windows color (decimal): -5225986 or 16662960. OLE color: 16662960.
HSL color Cylindrical-coordinate representation of color #B041FE: hue angle of 275.24º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B041FE is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 65 | 254 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.00 |
| HSL | 275.24º | 0.99% | 0.63% | - |
| HSV(B) | 275.24º | 0.74% | 1% | - |
| XYZ | 37.68 | 20.17 | 95.67 | - |
| YUV | 119.74 | 203.77 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 254 | 0.31 | 0.74 | 0 | 0.00 | 275.24 | 0.99 | 0.63 |
| Hex | B0 | 41 | FE | 1F | 4A | 0 | 0 | 113 | 63 | 3F |
| Octal | 260 | 101 | 376 | 37 | 112 | 0 | 0 | 423 | 143 | 77 |
| Binary | 10110000 | 1000001 | 11111110 | 11111 | 1001010 | 0 | 0 | 100010011 | 1100011 | 111111 |
Color Harmonies of #B041FE
Complementary color
Monochromatic Colors of #B041FE
Black with #B041FE
Text Example
Text Example
White with #B041FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B041FE; }
p { color: rgb(176,65,254); }
H1.HeaderClassName
{
color: #B041FE;
}
.AnyTagClassName
{
color: #B041FE;
}
</style>
background-color css
<style>
a { background-color: #B041FE; }
a { background-color: rgb(176,65,254); }
div.DivClassName
{
background-color: #B041FE;
}
.BgClassName
{
background-color: #B041FE;
}
</style>
border-color css
<style>
span { border-color: #B041FE; }
span { border-color: rgb(176,65,254); }
td.TdClassName
{
border-color: #B041FE;
}
.TagClassName
{
border-color: #B041FE;
}
</style>