Shades of Medium Orchid #B141FD
Tints of Medium Orchid #B141FD
RGB
CMYK
RGB Variations
Color information
#B141FD (or 0xB141FD) is known color: Medium Orchid. HEX triplet: B1, 41 and FD. RGB value is (177,65,253). Sum of RGB (Red+Green+Blue) = 177+65+253=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #B141FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B141FD is #4EBE02. Grayscale: #777777. Windows color (decimal): -5160451 or 16597425. OLE color: 16597425.
HSL color Cylindrical-coordinate representation of color #B141FD: hue angle of 275.74º 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 #B141FD is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 65 | 253 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.01 |
| HSL | 275.74º | 0.98% | 0.62% | - |
| HSV(B) | 275.74º | 0.74% | 0.99% | - |
| XYZ | 37.75 | 20.22 | 94.84 | - |
| YUV | 119.92 | 203.11 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 253 | 0.30 | 0.74 | 0 | 0.01 | 275.74 | 0.98 | 0.62 |
| Hex | B1 | 41 | FD | 1E | 4A | 0 | 1 | 114 | 62 | 3E |
| Octal | 261 | 101 | 375 | 36 | 112 | 0 | 1 | 424 | 142 | 76 |
| Binary | 10110001 | 1000001 | 11111101 | 11110 | 1001010 | 0 | 1 | 100010100 | 1100010 | 111110 |
Color Harmonies of #B141FD
Complementary color
Monochromatic Colors of #B141FD
Black with #B141FD
Text Example
Text Example
White with #B141FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141FD; }
p { color: rgb(177,65,253); }
H1.HeaderClassName
{
color: #B141FD;
}
.AnyTagClassName
{
color: #B141FD;
}
</style>
background-color css
<style>
a { background-color: #B141FD; }
a { background-color: rgb(177,65,253); }
div.DivClassName
{
background-color: #B141FD;
}
.BgClassName
{
background-color: #B141FD;
}
</style>
border-color css
<style>
span { border-color: #B141FD; }
span { border-color: rgb(177,65,253); }
td.TdClassName
{
border-color: #B141FD;
}
.TagClassName
{
border-color: #B141FD;
}
</style>