Shades of Medium Orchid #BB5BDC
Tints of Medium Orchid #BB5BDC
RGB
CMYK
RGB Variations
Color information
#BB5BDC (or 0xBB5BDC) is known color: Medium Orchid. HEX triplet: BB, 5B and DC. RGB value is (187,91,220). Sum of RGB (Red+Green+Blue) = 187+91+220=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB5BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5BDC is #44A423. Grayscale: #858585. Windows color (decimal): -4498468 or 14441403. OLE color: 14441403.
HSL color Cylindrical-coordinate representation of color #BB5BDC: hue angle of 284.65º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB5BDC is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 91 | 220 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.14 |
| HSL | 284.65º | 0.65% | 0.61% | - |
| HSV(B) | 284.65º | 0.59% | 0.86% | - |
| XYZ | 37.15 | 23.21 | 70.23 | - |
| YUV | 134.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 91 | 220 | 0.15 | 0.59 | 0 | 0.14 | 284.65 | 0.65 | 0.61 |
| Hex | BB | 5B | DC | F | 3B | 0 | E | 11D | 41 | 3D |
| Octal | 273 | 133 | 334 | 17 | 73 | 0 | 16 | 435 | 101 | 75 |
| Binary | 10111011 | 1011011 | 11011100 | 1111 | 111011 | 0 | 1110 | 100011101 | 1000001 | 111101 |
Color Harmonies of #BB5BDC
Complementary color
Monochromatic Colors of #BB5BDC
Black with #BB5BDC
Text Example
Text Example
White with #BB5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5BDC; }
p { color: rgb(187,91,220); }
H1.HeaderClassName
{
color: #BB5BDC;
}
.AnyTagClassName
{
color: #BB5BDC;
}
</style>
background-color css
<style>
a { background-color: #BB5BDC; }
a { background-color: rgb(187,91,220); }
div.DivClassName
{
background-color: #BB5BDC;
}
.BgClassName
{
background-color: #BB5BDC;
}
</style>
border-color css
<style>
span { border-color: #BB5BDC; }
span { border-color: rgb(187,91,220); }
td.TdClassName
{
border-color: #BB5BDC;
}
.TagClassName
{
border-color: #BB5BDC;
}
</style>