Shades of Medium Orchid #B545CF
Tints of Medium Orchid #B545CF
RGB
CMYK
RGB Variations
Color information
#B545CF (or 0xB545CF) is known color: Medium Orchid. HEX triplet: B5, 45 and CF. RGB value is (181,69,207). Sum of RGB (Red+Green+Blue) = 181+69+207=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #B545CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B545CF is #4ABA30. Grayscale: #757575. Windows color (decimal): -4897329 or 13583797. OLE color: 13583797.
HSL color Cylindrical-coordinate representation of color #B545CF: hue angle of 288.7º 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 #B545CF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 69 | 207 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.19 |
| HSL | 288.7º | 0.59% | 0.54% | - |
| HSV(B) | 288.7º | 0.67% | 0.81% | - |
| XYZ | 32.45 | 18.59 | 60.91 | - |
| YUV | 118.22 | 178.11 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 207 | 0.13 | 0.67 | 0 | 0.19 | 288.7 | 0.59 | 0.54 |
| Hex | B5 | 45 | CF | D | 43 | 0 | 13 | 121 | 3B | 36 |
| Octal | 265 | 105 | 317 | 15 | 103 | 0 | 23 | 441 | 73 | 66 |
| Binary | 10110101 | 1000101 | 11001111 | 1101 | 1000011 | 0 | 10011 | 100100001 | 111011 | 110110 |
Color Harmonies of #B545CF
Complementary color
Monochromatic Colors of #B545CF
Black with #B545CF
Text Example
Text Example
White with #B545CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B545CF; }
p { color: rgb(181,69,207); }
H1.HeaderClassName
{
color: #B545CF;
}
.AnyTagClassName
{
color: #B545CF;
}
</style>
background-color css
<style>
a { background-color: #B545CF; }
a { background-color: rgb(181,69,207); }
div.DivClassName
{
background-color: #B545CF;
}
.BgClassName
{
background-color: #B545CF;
}
</style>
border-color css
<style>
span { border-color: #B545CF; }
span { border-color: rgb(181,69,207); }
td.TdClassName
{
border-color: #B545CF;
}
.TagClassName
{
border-color: #B545CF;
}
</style>