Shades of Medium Orchid #BB60CD
Tints of Medium Orchid #BB60CD
RGB
CMYK
RGB Variations
Color information
#BB60CD (or 0xBB60CD) is known color: Medium Orchid. HEX triplet: BB, 60 and CD. RGB value is (187,96,205). Sum of RGB (Red+Green+Blue) = 187+96+205=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB60CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60CD is #449F32. Grayscale: #878787. Windows color (decimal): -4497203 or 13459643. OLE color: 13459643.
HSL color Cylindrical-coordinate representation of color #BB60CD: hue angle of 290.09º degrees, saturation: 0.52, 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 #BB60CD is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 96 | 205 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.20 |
| HSL | 290.09º | 0.52% | 0.59% | - |
| HSV(B) | 290.09º | 0.53% | 0.8% | - |
| XYZ | 35.7 | 23.34 | 60.38 | - |
| YUV | 135.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 205 | 0.09 | 0.53 | 0 | 0.20 | 290.09 | 0.52 | 0.59 |
| Hex | BB | 60 | CD | 9 | 35 | 0 | 14 | 122 | 34 | 3B |
| Octal | 273 | 140 | 315 | 11 | 65 | 0 | 24 | 442 | 64 | 73 |
| Binary | 10111011 | 1100000 | 11001101 | 1001 | 110101 | 0 | 10100 | 100100010 | 110100 | 111011 |
Color Harmonies of #BB60CD
Complementary color
Monochromatic Colors of #BB60CD
Black with #BB60CD
Text Example
Text Example
White with #BB60CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB60CD; }
p { color: rgb(187,96,205); }
H1.HeaderClassName
{
color: #BB60CD;
}
.AnyTagClassName
{
color: #BB60CD;
}
</style>
background-color css
<style>
a { background-color: #BB60CD; }
a { background-color: rgb(187,96,205); }
div.DivClassName
{
background-color: #BB60CD;
}
.BgClassName
{
background-color: #BB60CD;
}
</style>
border-color css
<style>
span { border-color: #BB60CD; }
span { border-color: rgb(187,96,205); }
td.TdClassName
{
border-color: #BB60CD;
}
.TagClassName
{
border-color: #BB60CD;
}
</style>