Shades of Medium Orchid #BB5CCD
Tints of Medium Orchid #BB5CCD
RGB
CMYK
RGB Variations
Color information
#BB5CCD (or 0xBB5CCD) is known color: Medium Orchid. HEX triplet: BB, 5C and CD. RGB value is (187,92,205). Sum of RGB (Red+Green+Blue) = 187+92+205=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB5CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CCD is #44A332. Grayscale: #848484. Windows color (decimal): -4498227 or 13458619. OLE color: 13458619.
HSL color Cylindrical-coordinate representation of color #BB5CCD: hue angle of 290.44º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5CCD is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 92 | 205 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.20 |
| HSL | 290.44º | 0.53% | 0.58% | - |
| HSV(B) | 290.44º | 0.55% | 0.8% | - |
| XYZ | 35.34 | 22.63 | 60.26 | - |
| YUV | 133.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 205 | 0.09 | 0.55 | 0 | 0.20 | 290.44 | 0.53 | 0.58 |
| Hex | BB | 5C | CD | 9 | 37 | 0 | 14 | 122 | 35 | 3A |
| Octal | 273 | 134 | 315 | 11 | 67 | 0 | 24 | 442 | 65 | 72 |
| Binary | 10111011 | 1011100 | 11001101 | 1001 | 110111 | 0 | 10100 | 100100010 | 110101 | 111010 |
Color Harmonies of #BB5CCD
Complementary color
Monochromatic Colors of #BB5CCD
Black with #BB5CCD
Text Example
Text Example
White with #BB5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5CCD; }
p { color: rgb(187,92,205); }
H1.HeaderClassName
{
color: #BB5CCD;
}
.AnyTagClassName
{
color: #BB5CCD;
}
</style>
background-color css
<style>
a { background-color: #BB5CCD; }
a { background-color: rgb(187,92,205); }
div.DivClassName
{
background-color: #BB5CCD;
}
.BgClassName
{
background-color: #BB5CCD;
}
</style>
border-color css
<style>
span { border-color: #BB5CCD; }
span { border-color: rgb(187,92,205); }
td.TdClassName
{
border-color: #BB5CCD;
}
.TagClassName
{
border-color: #BB5CCD;
}
</style>