Shades of Medium Orchid #B041FD
Tints of Medium Orchid #B041FD
RGB
CMYK
RGB Variations
Color information
#B041FD (or 0xB041FD) is known color: Medium Orchid. HEX triplet: B0, 41 and FD. RGB value is (176,65,253). Sum of RGB (Red+Green+Blue) = 176+65+253=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #B041FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B041FD is #4FBE02. Grayscale: #767676. Windows color (decimal): -5225987 or 16597424. OLE color: 16597424.
HSL color Cylindrical-coordinate representation of color #B041FD: hue angle of 275.43º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B041FD is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 65 | 253 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.01 |
| HSL | 275.43º | 0.98% | 0.62% | - |
| HSV(B) | 275.43º | 0.74% | 0.99% | - |
| XYZ | 37.52 | 20.1 | 94.83 | - |
| YUV | 119.62 | 203.27 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 253 | 0.30 | 0.74 | 0 | 0.01 | 275.43 | 0.98 | 0.62 |
| Hex | B0 | 41 | FD | 1E | 4A | 0 | 1 | 113 | 62 | 3E |
| Octal | 260 | 101 | 375 | 36 | 112 | 0 | 1 | 423 | 142 | 76 |
| Binary | 10110000 | 1000001 | 11111101 | 11110 | 1001010 | 0 | 1 | 100010011 | 1100010 | 111110 |
Color Harmonies of #B041FD
Complementary color
Monochromatic Colors of #B041FD
Black with #B041FD
Text Example
Text Example
White with #B041FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B041FD; }
p { color: rgb(176,65,253); }
H1.HeaderClassName
{
color: #B041FD;
}
.AnyTagClassName
{
color: #B041FD;
}
</style>
background-color css
<style>
a { background-color: #B041FD; }
a { background-color: rgb(176,65,253); }
div.DivClassName
{
background-color: #B041FD;
}
.BgClassName
{
background-color: #B041FD;
}
</style>
border-color css
<style>
span { border-color: #B041FD; }
span { border-color: rgb(176,65,253); }
td.TdClassName
{
border-color: #B041FD;
}
.TagClassName
{
border-color: #B041FD;
}
</style>