Shades of Medium Orchid #B545FE
Tints of Medium Orchid #B545FE
RGB
CMYK
RGB Variations
Color information
#B545FE (or 0xB545FE) is known color: Medium Orchid. HEX triplet: B5, 45 and FE. RGB value is (181,69,254). Sum of RGB (Red+Green+Blue) = 181+69+254=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 69 (27.34% from 255 or 13.69% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #B545FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B545FE is #4ABA01. Grayscale: #7A7A7A. Windows color (decimal): -4897282 or 16663989. OLE color: 16663989.
HSL color Cylindrical-coordinate representation of color #B545FE: hue angle of 276.32º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B545FE is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 69 | 254 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.00 |
| HSL | 276.32º | 0.99% | 0.63% | - |
| HSV(B) | 276.32º | 0.73% | 1% | - |
| XYZ | 39.07 | 21.24 | 95.81 | - |
| YUV | 123.58 | 201.61 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 254 | 0.29 | 0.73 | 0 | 0.00 | 276.32 | 0.99 | 0.63 |
| Hex | B5 | 45 | FE | 1D | 49 | 0 | 0 | 114 | 63 | 3F |
| Octal | 265 | 105 | 376 | 35 | 111 | 0 | 0 | 424 | 143 | 77 |
| Binary | 10110101 | 1000101 | 11111110 | 11101 | 1001001 | 0 | 0 | 100010100 | 1100011 | 111111 |
Color Harmonies of #B545FE
Complementary color
Monochromatic Colors of #B545FE
Black with #B545FE
Text Example
Text Example
White with #B545FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B545FE; }
p { color: rgb(181,69,254); }
H1.HeaderClassName
{
color: #B545FE;
}
.AnyTagClassName
{
color: #B545FE;
}
</style>
background-color css
<style>
a { background-color: #B545FE; }
a { background-color: rgb(181,69,254); }
div.DivClassName
{
background-color: #B545FE;
}
.BgClassName
{
background-color: #B545FE;
}
</style>
border-color css
<style>
span { border-color: #B545FE; }
span { border-color: rgb(181,69,254); }
td.TdClassName
{
border-color: #B545FE;
}
.TagClassName
{
border-color: #B545FE;
}
</style>