Shades of Medium Orchid #B060CE
Tints of Medium Orchid #B060CE
RGB
CMYK
RGB Variations
Color information
#B060CE (or 0xB060CE) is known color: Medium Orchid. HEX triplet: B0, 60 and CE. RGB value is (176,96,206). Sum of RGB (Red+Green+Blue) = 176+96+206=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #B060CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060CE is #4F9F31. Grayscale: #848484. Windows color (decimal): -5218098 or 13525168. OLE color: 13525168.
HSL color Cylindrical-coordinate representation of color #B060CE: hue angle of 283.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B060CE is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 96 | 206 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.19 |
| HSL | 283.64º | 0.53% | 0.59% | - |
| HSV(B) | 283.64º | 0.53% | 0.81% | - |
| XYZ | 33.23 | 22.05 | 60.9 | - |
| YUV | 132.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 206 | 0.15 | 0.53 | 0 | 0.19 | 283.64 | 0.53 | 0.59 |
| Hex | B0 | 60 | CE | F | 35 | 0 | 13 | 11C | 35 | 3B |
| Octal | 260 | 140 | 316 | 17 | 65 | 0 | 23 | 434 | 65 | 73 |
| Binary | 10110000 | 1100000 | 11001110 | 1111 | 110101 | 0 | 10011 | 100011100 | 110101 | 111011 |
Color Harmonies of #B060CE
Complementary color
Monochromatic Colors of #B060CE
Black with #B060CE
Text Example
Text Example
White with #B060CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B060CE; }
p { color: rgb(176,96,206); }
H1.HeaderClassName
{
color: #B060CE;
}
.AnyTagClassName
{
color: #B060CE;
}
</style>
background-color css
<style>
a { background-color: #B060CE; }
a { background-color: rgb(176,96,206); }
div.DivClassName
{
background-color: #B060CE;
}
.BgClassName
{
background-color: #B060CE;
}
</style>
border-color css
<style>
span { border-color: #B060CE; }
span { border-color: rgb(176,96,206); }
td.TdClassName
{
border-color: #B060CE;
}
.TagClassName
{
border-color: #B060CE;
}
</style>