Shades of Medium Orchid #BB5AD6
Tints of Medium Orchid #BB5AD6
RGB
CMYK
RGB Variations
Color information
#BB5AD6 (or 0xBB5AD6) is known color: Medium Orchid. HEX triplet: BB, 5A and D6. RGB value is (187,90,214). Sum of RGB (Red+Green+Blue) = 187+90+214=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB5AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5AD6 is #44A529. Grayscale: #848484. Windows color (decimal): -4498730 or 14047931. OLE color: 14047931.
HSL color Cylindrical-coordinate representation of color #BB5AD6: hue angle of 286.94º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB5AD6 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 90 | 214 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.16 |
| HSL | 286.94º | 0.6% | 0.6% | - |
| HSV(B) | 286.94º | 0.58% | 0.84% | - |
| XYZ | 36.29 | 22.73 | 66.09 | - |
| YUV | 133.14 | 173.64 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 214 | 0.13 | 0.58 | 0 | 0.16 | 286.94 | 0.6 | 0.6 |
| Hex | BB | 5A | D6 | D | 3A | 0 | 10 | 11F | 3C | 3C |
| Octal | 273 | 132 | 326 | 15 | 72 | 0 | 20 | 437 | 74 | 74 |
| Binary | 10111011 | 1011010 | 11010110 | 1101 | 111010 | 0 | 10000 | 100011111 | 111100 | 111100 |
Color Harmonies of #BB5AD6
Complementary color
Monochromatic Colors of #BB5AD6
Black with #BB5AD6
Text Example
Text Example
White with #BB5AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5AD6; }
p { color: rgb(187,90,214); }
H1.HeaderClassName
{
color: #BB5AD6;
}
.AnyTagClassName
{
color: #BB5AD6;
}
</style>
background-color css
<style>
a { background-color: #BB5AD6; }
a { background-color: rgb(187,90,214); }
div.DivClassName
{
background-color: #BB5AD6;
}
.BgClassName
{
background-color: #BB5AD6;
}
</style>
border-color css
<style>
span { border-color: #BB5AD6; }
span { border-color: rgb(187,90,214); }
td.TdClassName
{
border-color: #BB5AD6;
}
.TagClassName
{
border-color: #BB5AD6;
}
</style>