Shades of Medium Orchid #B14BFE
Tints of Medium Orchid #B14BFE
RGB
CMYK
RGB Variations
Color information
#B14BFE (or 0xB14BFE) is known color: Medium Orchid. HEX triplet: B1, 4B and FE. RGB value is (177,75,254). Sum of RGB (Red+Green+Blue) = 177+75+254=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #B14BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14BFE is #4EB401. Grayscale: #7D7D7D. Windows color (decimal): -5157890 or 16665521. OLE color: 16665521.
HSL color Cylindrical-coordinate representation of color #B14BFE: hue angle of 274.19º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B14BFE is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 75 | 254 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.00 |
| HSL | 274.19º | 0.99% | 0.65% | - |
| HSV(B) | 274.19º | 0.7% | 1% | - |
| XYZ | 38.54 | 21.54 | 95.89 | - |
| YUV | 125.9 | 200.29 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 254 | 0.30 | 0.70 | 0 | 0.00 | 274.19 | 0.99 | 0.65 |
| Hex | B1 | 4B | FE | 1E | 46 | 0 | 0 | 112 | 63 | 41 |
| Octal | 261 | 113 | 376 | 36 | 106 | 0 | 0 | 422 | 143 | 101 |
| Binary | 10110001 | 1001011 | 11111110 | 11110 | 1000110 | 0 | 0 | 100010010 | 1100011 | 1000001 |
Color Harmonies of #B14BFE
Complementary color
Monochromatic Colors of #B14BFE
Black with #B14BFE
Text Example
Text Example
White with #B14BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14BFE; }
p { color: rgb(177,75,254); }
H1.HeaderClassName
{
color: #B14BFE;
}
.AnyTagClassName
{
color: #B14BFE;
}
</style>
background-color css
<style>
a { background-color: #B14BFE; }
a { background-color: rgb(177,75,254); }
div.DivClassName
{
background-color: #B14BFE;
}
.BgClassName
{
background-color: #B14BFE;
}
</style>
border-color css
<style>
span { border-color: #B14BFE; }
span { border-color: rgb(177,75,254); }
td.TdClassName
{
border-color: #B14BFE;
}
.TagClassName
{
border-color: #B14BFE;
}
</style>