Shades of Medium Orchid #BB5ACC
Tints of Medium Orchid #BB5ACC
RGB
CMYK
RGB Variations
Color information
#BB5ACC (or 0xBB5ACC) is known color: Medium Orchid. HEX triplet: BB, 5A and CC. RGB value is (187,90,204). Sum of RGB (Red+Green+Blue) = 187+90+204=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB5ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ACC is #44A533. Grayscale: #838383. Windows color (decimal): -4498740 or 13392571. OLE color: 13392571.
HSL color Cylindrical-coordinate representation of color #BB5ACC: hue angle of 291.05º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5ACC is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 90 | 204 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.2 |
| HSL | 291.05º | 0.53% | 0.58% | - |
| HSV(B) | 291.05º | 0.56% | 0.8% | - |
| XYZ | 35.05 | 22.24 | 59.57 | - |
| YUV | 132 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 204 | 0.08 | 0.56 | 0 | 0.2 | 291.05 | 0.53 | 0.58 |
| Hex | BB | 5A | CC | 8 | 38 | 0 | 14 | 123 | 35 | 3A |
| Octal | 273 | 132 | 314 | 10 | 70 | 0 | 24 | 443 | 65 | 72 |
| Binary | 10111011 | 1011010 | 11001100 | 1000 | 111000 | 0 | 10100 | 100100011 | 110101 | 111010 |
Color Harmonies of #BB5ACC
Complementary color
Monochromatic Colors of #BB5ACC
Black with #BB5ACC
Text Example
Text Example
White with #BB5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5ACC; }
p { color: rgb(187,90,204); }
H1.HeaderClassName
{
color: #BB5ACC;
}
.AnyTagClassName
{
color: #BB5ACC;
}
</style>
background-color css
<style>
a { background-color: #BB5ACC; }
a { background-color: rgb(187,90,204); }
div.DivClassName
{
background-color: #BB5ACC;
}
.BgClassName
{
background-color: #BB5ACC;
}
</style>
border-color css
<style>
span { border-color: #BB5ACC; }
span { border-color: rgb(187,90,204); }
td.TdClassName
{
border-color: #BB5ACC;
}
.TagClassName
{
border-color: #BB5ACC;
}
</style>