Shades of Medium Orchid #B560CB
Tints of Medium Orchid #B560CB
RGB
CMYK
RGB Variations
Color information
#B560CB (or 0xB560CB) is known color: Medium Orchid. HEX triplet: B5, 60 and CB. RGB value is (181,96,203). Sum of RGB (Red+Green+Blue) = 181+96+203=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #B560CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560CB is #4A9F34. Grayscale: #858585. Windows color (decimal): -4890421 or 13328565. OLE color: 13328565.
HSL color Cylindrical-coordinate representation of color #B560CB: hue angle of 287.66º 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 #B560CB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 96 | 203 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.20 |
| HSL | 287.66º | 0.51% | 0.59% | - |
| HSV(B) | 287.66º | 0.53% | 0.8% | - |
| XYZ | 34.02 | 22.5 | 59.05 | - |
| YUV | 133.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 203 | 0.11 | 0.53 | 0 | 0.20 | 287.66 | 0.51 | 0.59 |
| Hex | B5 | 60 | CB | B | 35 | 0 | 14 | 120 | 33 | 3B |
| Octal | 265 | 140 | 313 | 13 | 65 | 0 | 24 | 440 | 63 | 73 |
| Binary | 10110101 | 1100000 | 11001011 | 1011 | 110101 | 0 | 10100 | 100100000 | 110011 | 111011 |
Color Harmonies of #B560CB
Complementary color
Monochromatic Colors of #B560CB
Black with #B560CB
Text Example
Text Example
White with #B560CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B560CB; }
p { color: rgb(181,96,203); }
H1.HeaderClassName
{
color: #B560CB;
}
.AnyTagClassName
{
color: #B560CB;
}
</style>
background-color css
<style>
a { background-color: #B560CB; }
a { background-color: rgb(181,96,203); }
div.DivClassName
{
background-color: #B560CB;
}
.BgClassName
{
background-color: #B560CB;
}
</style>
border-color css
<style>
span { border-color: #B560CB; }
span { border-color: rgb(181,96,203); }
td.TdClassName
{
border-color: #B560CB;
}
.TagClassName
{
border-color: #B560CB;
}
</style>