Shades of Medium Orchid #B557D4
Tints of Medium Orchid #B557D4
RGB
CMYK
RGB Variations
Color information
#B557D4 (or 0xB557D4) is known color: Medium Orchid. HEX triplet: B5, 57 and D4. RGB value is (181,87,212). Sum of RGB (Red+Green+Blue) = 181+87+212=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 212 - color contains mainly: blue. Hex color #B557D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557D4 is #4AA82B. Grayscale: #808080. Windows color (decimal): -4892716 or 13916085. OLE color: 13916085.
HSL color Cylindrical-coordinate representation of color #B557D4: hue angle of 285.12º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B557D4 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 87 | 212 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.17 |
| HSL | 285.12º | 0.59% | 0.59% | - |
| HSV(B) | 285.12º | 0.59% | 0.83% | - |
| XYZ | 34.35 | 21.39 | 64.61 | - |
| YUV | 129.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 212 | 0.15 | 0.59 | 0 | 0.17 | 285.12 | 0.59 | 0.59 |
| Hex | B5 | 57 | D4 | F | 3B | 0 | 11 | 11D | 3B | 3B |
| Octal | 265 | 127 | 324 | 17 | 73 | 0 | 21 | 435 | 73 | 73 |
| Binary | 10110101 | 1010111 | 11010100 | 1111 | 111011 | 0 | 10001 | 100011101 | 111011 | 111011 |
Color Harmonies of #B557D4
Complementary color
Monochromatic Colors of #B557D4
Black with #B557D4
Text Example
Text Example
White with #B557D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B557D4; }
p { color: rgb(181,87,212); }
H1.HeaderClassName
{
color: #B557D4;
}
.AnyTagClassName
{
color: #B557D4;
}
</style>
background-color css
<style>
a { background-color: #B557D4; }
a { background-color: rgb(181,87,212); }
div.DivClassName
{
background-color: #B557D4;
}
.BgClassName
{
background-color: #B557D4;
}
</style>
border-color css
<style>
span { border-color: #B557D4; }
span { border-color: rgb(181,87,212); }
td.TdClassName
{
border-color: #B557D4;
}
.TagClassName
{
border-color: #B557D4;
}
</style>