Shades of Medium Orchid #B560CC
Tints of Medium Orchid #B560CC
RGB
CMYK
RGB Variations
Color information
#B560CC (or 0xB560CC) is known color: Medium Orchid. HEX triplet: B5, 60 and CC. RGB value is (181,96,204). Sum of RGB (Red+Green+Blue) = 181+96+204=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #B560CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560CC is #4A9F33. Grayscale: #858585. Windows color (decimal): -4890420 or 13394101. OLE color: 13394101.
HSL color Cylindrical-coordinate representation of color #B560CC: hue angle of 287.22º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B560CC is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 96 | 204 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.2 |
| HSL | 287.22º | 0.51% | 0.59% | - |
| HSV(B) | 287.22º | 0.53% | 0.8% | - |
| XYZ | 34.14 | 22.55 | 59.68 | - |
| YUV | 133.73 | 167.66 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 204 | 0.11 | 0.53 | 0 | 0.2 | 287.22 | 0.51 | 0.59 |
| Hex | B5 | 60 | CC | B | 35 | 0 | 14 | 11F | 33 | 3B |
| Octal | 265 | 140 | 314 | 13 | 65 | 0 | 24 | 437 | 63 | 73 |
| Binary | 10110101 | 1100000 | 11001100 | 1011 | 110101 | 0 | 10100 | 100011111 | 110011 | 111011 |
Color Harmonies of #B560CC
Complementary color
Monochromatic Colors of #B560CC
Black with #B560CC
Text Example
Text Example
White with #B560CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B560CC; }
p { color: rgb(181,96,204); }
H1.HeaderClassName
{
color: #B560CC;
}
.AnyTagClassName
{
color: #B560CC;
}
</style>
background-color css
<style>
a { background-color: #B560CC; }
a { background-color: rgb(181,96,204); }
div.DivClassName
{
background-color: #B560CC;
}
.BgClassName
{
background-color: #B560CC;
}
</style>
border-color css
<style>
span { border-color: #B560CC; }
span { border-color: rgb(181,96,204); }
td.TdClassName
{
border-color: #B560CC;
}
.TagClassName
{
border-color: #B560CC;
}
</style>