Shades of Medium Orchid #BB60CB
Tints of Medium Orchid #BB60CB
RGB
CMYK
RGB Variations
Color information
#BB60CB (or 0xBB60CB) is known color: Medium Orchid. HEX triplet: BB, 60 and CB. RGB value is (187,96,203). Sum of RGB (Red+Green+Blue) = 187+96+203=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB60CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60CB is #449F34. Grayscale: #878787. Windows color (decimal): -4497205 or 13328571. OLE color: 13328571.
HSL color Cylindrical-coordinate representation of color #BB60CB: hue angle of 291.03º 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 #BB60CB is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 96 | 203 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.20 |
| HSL | 291.03º | 0.51% | 0.59% | - |
| HSV(B) | 291.03º | 0.53% | 0.8% | - |
| XYZ | 35.46 | 23.24 | 59.12 | - |
| YUV | 135.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 203 | 0.08 | 0.53 | 0 | 0.20 | 291.03 | 0.51 | 0.59 |
| Hex | BB | 60 | CB | 8 | 35 | 0 | 14 | 123 | 33 | 3B |
| Octal | 273 | 140 | 313 | 10 | 65 | 0 | 24 | 443 | 63 | 73 |
| Binary | 10111011 | 1100000 | 11001011 | 1000 | 110101 | 0 | 10100 | 100100011 | 110011 | 111011 |
Color Harmonies of #BB60CB
Complementary color
Monochromatic Colors of #BB60CB
Black with #BB60CB
Text Example
Text Example
White with #BB60CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB60CB; }
p { color: rgb(187,96,203); }
H1.HeaderClassName
{
color: #BB60CB;
}
.AnyTagClassName
{
color: #BB60CB;
}
</style>
background-color css
<style>
a { background-color: #BB60CB; }
a { background-color: rgb(187,96,203); }
div.DivClassName
{
background-color: #BB60CB;
}
.BgClassName
{
background-color: #BB60CB;
}
</style>
border-color css
<style>
span { border-color: #BB60CB; }
span { border-color: rgb(187,96,203); }
td.TdClassName
{
border-color: #BB60CB;
}
.TagClassName
{
border-color: #BB60CB;
}
</style>