Shades of Medium Orchid #B544FF
Tints of Medium Orchid #B544FF
RGB
CMYK
RGB Variations
Color information
#B544FF (or 0xB544FF) is known color: Medium Orchid. HEX triplet: B5, 44 and FF. RGB value is (181,68,255). Sum of RGB (Red+Green+Blue) = 181+68+255=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 68 (26.95% from 255 or 13.49% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #B544FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B544FF is #4ABB00. Grayscale: #7A7A7A. Windows color (decimal): -4897537 or 16729269. OLE color: 16729269.
HSL color Cylindrical-coordinate representation of color #B544FF: hue angle of 276.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B544FF is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 68 | 255 | - |
| CMYK | 0.29 | 0.73 | 0 | 0 |
| HSL | 276.26º | 1% | 0.63% | - |
| HSV(B) | 276.26º | 0.73% | 1% | - |
| XYZ | 39.17 | 21.18 | 96.63 | - |
| YUV | 123.11 | 202.44 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 255 | 0.29 | 0.73 | 0 | 0 | 276.26 | 1 | 0.63 |
| Hex | B5 | 44 | FF | 1D | 49 | 0 | 0 | 114 | 64 | 3F |
| Octal | 265 | 104 | 377 | 35 | 111 | 0 | 0 | 424 | 144 | 77 |
| Binary | 10110101 | 1000100 | 11111111 | 11101 | 1001001 | 0 | 0 | 100010100 | 1100100 | 111111 |
Color Harmonies of #B544FF
Complementary color
Monochromatic Colors of #B544FF
Black with #B544FF
Text Example
Text Example
White with #B544FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B544FF; }
p { color: rgb(181,68,255); }
H1.HeaderClassName
{
color: #B544FF;
}
.AnyTagClassName
{
color: #B544FF;
}
</style>
background-color css
<style>
a { background-color: #B544FF; }
a { background-color: rgb(181,68,255); }
div.DivClassName
{
background-color: #B544FF;
}
.BgClassName
{
background-color: #B544FF;
}
</style>
border-color css
<style>
span { border-color: #B544FF; }
span { border-color: rgb(181,68,255); }
td.TdClassName
{
border-color: #B544FF;
}
.TagClassName
{
border-color: #B544FF;
}
</style>