Shades of Medium Orchid #B544CF
Tints of Medium Orchid #B544CF
RGB
CMYK
RGB Variations
Color information
#B544CF (or 0xB544CF) is known color: Medium Orchid. HEX triplet: B5, 44 and CF. RGB value is (181,68,207). Sum of RGB (Red+Green+Blue) = 181+68+207=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #B544CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B544CF is #4ABB30. Grayscale: #757575. Windows color (decimal): -4897585 or 13583541. OLE color: 13583541.
HSL color Cylindrical-coordinate representation of color #B544CF: hue angle of 288.78º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B544CF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 68 | 207 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.19 |
| HSL | 288.78º | 0.59% | 0.54% | - |
| HSV(B) | 288.78º | 0.67% | 0.81% | - |
| XYZ | 32.39 | 18.46 | 60.89 | - |
| YUV | 117.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 207 | 0.13 | 0.67 | 0 | 0.19 | 288.78 | 0.59 | 0.54 |
| Hex | B5 | 44 | CF | D | 43 | 0 | 13 | 121 | 3B | 36 |
| Octal | 265 | 104 | 317 | 15 | 103 | 0 | 23 | 441 | 73 | 66 |
| Binary | 10110101 | 1000100 | 11001111 | 1101 | 1000011 | 0 | 10011 | 100100001 | 111011 | 110110 |
Color Harmonies of #B544CF
Complementary color
Monochromatic Colors of #B544CF
Black with #B544CF
Text Example
Text Example
White with #B544CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B544CF; }
p { color: rgb(181,68,207); }
H1.HeaderClassName
{
color: #B544CF;
}
.AnyTagClassName
{
color: #B544CF;
}
</style>
background-color css
<style>
a { background-color: #B544CF; }
a { background-color: rgb(181,68,207); }
div.DivClassName
{
background-color: #B544CF;
}
.BgClassName
{
background-color: #B544CF;
}
</style>
border-color css
<style>
span { border-color: #B544CF; }
span { border-color: rgb(181,68,207); }
td.TdClassName
{
border-color: #B544CF;
}
.TagClassName
{
border-color: #B544CF;
}
</style>