Shades of Medium Orchid #B548FE
Tints of Medium Orchid #B548FE
RGB
CMYK
RGB Variations
Color information
#B548FE (or 0xB548FE) is known color: Medium Orchid. HEX triplet: B5, 48 and FE. RGB value is (181,72,254). Sum of RGB (Red+Green+Blue) = 181+72+254=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #B548FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B548FE is #4AB701. Grayscale: #7C7C7C. Windows color (decimal): -4896514 or 16664757. OLE color: 16664757.
HSL color Cylindrical-coordinate representation of color #B548FE: hue angle of 275.93º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B548FE is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 72 | 254 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.00 |
| HSL | 275.93º | 0.99% | 0.64% | - |
| HSV(B) | 275.93º | 0.72% | 1% | - |
| XYZ | 39.26 | 21.61 | 95.87 | - |
| YUV | 125.34 | 200.61 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 254 | 0.29 | 0.72 | 0 | 0.00 | 275.93 | 0.99 | 0.64 |
| Hex | B5 | 48 | FE | 1D | 48 | 0 | 0 | 114 | 63 | 40 |
| Octal | 265 | 110 | 376 | 35 | 110 | 0 | 0 | 424 | 143 | 100 |
| Binary | 10110101 | 1001000 | 11111110 | 11101 | 1001000 | 0 | 0 | 100010100 | 1100011 | 1000000 |
Color Harmonies of #B548FE
Complementary color
Monochromatic Colors of #B548FE
Black with #B548FE
Text Example
Text Example
White with #B548FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B548FE; }
p { color: rgb(181,72,254); }
H1.HeaderClassName
{
color: #B548FE;
}
.AnyTagClassName
{
color: #B548FE;
}
</style>
background-color css
<style>
a { background-color: #B548FE; }
a { background-color: rgb(181,72,254); }
div.DivClassName
{
background-color: #B548FE;
}
.BgClassName
{
background-color: #B548FE;
}
</style>
border-color css
<style>
span { border-color: #B548FE; }
span { border-color: rgb(181,72,254); }
td.TdClassName
{
border-color: #B548FE;
}
.TagClassName
{
border-color: #B548FE;
}
</style>