Shades of Medium Orchid #B546FE
Tints of Medium Orchid #B546FE
RGB
CMYK
RGB Variations
Color information
#B546FE (or 0xB546FE) is known color: Medium Orchid. HEX triplet: B5, 46 and FE. RGB value is (181,70,254). Sum of RGB (Red+Green+Blue) = 181+70+254=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 70 (27.73% from 255 or 13.86% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #B546FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B546FE is #4AB901. Grayscale: #7B7B7B. Windows color (decimal): -4897026 or 16664245. OLE color: 16664245.
HSL color Cylindrical-coordinate representation of color #B546FE: hue angle of 276.2º 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 #B546FE is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 70 | 254 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.00 |
| HSL | 276.2º | 0.99% | 0.64% | - |
| HSV(B) | 276.2º | 0.72% | 1% | - |
| XYZ | 39.14 | 21.36 | 95.83 | - |
| YUV | 124.17 | 201.27 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 254 | 0.29 | 0.72 | 0 | 0.00 | 276.2 | 0.99 | 0.64 |
| Hex | B5 | 46 | FE | 1D | 48 | 0 | 0 | 114 | 63 | 40 |
| Octal | 265 | 106 | 376 | 35 | 110 | 0 | 0 | 424 | 143 | 100 |
| Binary | 10110101 | 1000110 | 11111110 | 11101 | 1001000 | 0 | 0 | 100010100 | 1100011 | 1000000 |
Color Harmonies of #B546FE
Complementary color
Monochromatic Colors of #B546FE
Black with #B546FE
Text Example
Text Example
White with #B546FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B546FE; }
p { color: rgb(181,70,254); }
H1.HeaderClassName
{
color: #B546FE;
}
.AnyTagClassName
{
color: #B546FE;
}
</style>
background-color css
<style>
a { background-color: #B546FE; }
a { background-color: rgb(181,70,254); }
div.DivClassName
{
background-color: #B546FE;
}
.BgClassName
{
background-color: #B546FE;
}
</style>
border-color css
<style>
span { border-color: #B546FE; }
span { border-color: rgb(181,70,254); }
td.TdClassName
{
border-color: #B546FE;
}
.TagClassName
{
border-color: #B546FE;
}
</style>