Shades of Medium Orchid #B545C8
Tints of Medium Orchid #B545C8
RGB
CMYK
RGB Variations
Color information
#B545C8 (or 0xB545C8) is known color: Medium Orchid. HEX triplet: B5, 45 and C8. RGB value is (181,69,200). Sum of RGB (Red+Green+Blue) = 181+69+200=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 200 - color contains mainly: blue. Hex color #B545C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B545C8 is #4ABA37. Grayscale: #757575. Windows color (decimal): -4897336 or 13125045. OLE color: 13125045.
HSL color Cylindrical-coordinate representation of color #B545C8: hue angle of 291.3º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B545C8 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 69 | 200 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.22 |
| HSL | 291.3º | 0.54% | 0.53% | - |
| HSV(B) | 291.3º | 0.66% | 0.78% | - |
| XYZ | 31.61 | 18.25 | 56.5 | - |
| YUV | 117.42 | 174.61 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 200 | 0.09 | 0.66 | 0 | 0.22 | 291.3 | 0.54 | 0.53 |
| Hex | B5 | 45 | C8 | 9 | 42 | 0 | 16 | 123 | 36 | 35 |
| Octal | 265 | 105 | 310 | 11 | 102 | 0 | 26 | 443 | 66 | 65 |
| Binary | 10110101 | 1000101 | 11001000 | 1001 | 1000010 | 0 | 10110 | 100100011 | 110110 | 110101 |
Color Harmonies of #B545C8
Complementary color
Monochromatic Colors of #B545C8
Black with #B545C8
Text Example
Text Example
White with #B545C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B545C8; }
p { color: rgb(181,69,200); }
H1.HeaderClassName
{
color: #B545C8;
}
.AnyTagClassName
{
color: #B545C8;
}
</style>
background-color css
<style>
a { background-color: #B545C8; }
a { background-color: rgb(181,69,200); }
div.DivClassName
{
background-color: #B545C8;
}
.BgClassName
{
background-color: #B545C8;
}
</style>
border-color css
<style>
span { border-color: #B545C8; }
span { border-color: rgb(181,69,200); }
td.TdClassName
{
border-color: #B545C8;
}
.TagClassName
{
border-color: #B545C8;
}
</style>