Shades of Medium Orchid #BB5DDC
Tints of Medium Orchid #BB5DDC
RGB
CMYK
RGB Variations
Color information
#BB5DDC (or 0xBB5DDC) is known color: Medium Orchid. HEX triplet: BB, 5D and DC. RGB value is (187,93,220). Sum of RGB (Red+Green+Blue) = 187+93+220=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB5DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DDC is #44A223. Grayscale: #878787. Windows color (decimal): -4497956 or 14441915. OLE color: 14441915.
HSL color Cylindrical-coordinate representation of color #BB5DDC: hue angle of 284.41º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB5DDC is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 93 | 220 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.14 |
| HSL | 284.41º | 0.64% | 0.61% | - |
| HSV(B) | 284.41º | 0.58% | 0.86% | - |
| XYZ | 37.33 | 23.56 | 70.29 | - |
| YUV | 135.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 220 | 0.15 | 0.58 | 0 | 0.14 | 284.41 | 0.64 | 0.61 |
| Hex | BB | 5D | DC | F | 3A | 0 | E | 11C | 40 | 3D |
| Octal | 273 | 135 | 334 | 17 | 72 | 0 | 16 | 434 | 100 | 75 |
| Binary | 10111011 | 1011101 | 11011100 | 1111 | 111010 | 0 | 1110 | 100011100 | 1000000 | 111101 |
Color Harmonies of #BB5DDC
Complementary color
Monochromatic Colors of #BB5DDC
Black with #BB5DDC
Text Example
Text Example
White with #BB5DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DDC; }
p { color: rgb(187,93,220); }
H1.HeaderClassName
{
color: #BB5DDC;
}
.AnyTagClassName
{
color: #BB5DDC;
}
</style>
background-color css
<style>
a { background-color: #BB5DDC; }
a { background-color: rgb(187,93,220); }
div.DivClassName
{
background-color: #BB5DDC;
}
.BgClassName
{
background-color: #BB5DDC;
}
</style>
border-color css
<style>
span { border-color: #BB5DDC; }
span { border-color: rgb(187,93,220); }
td.TdClassName
{
border-color: #BB5DDC;
}
.TagClassName
{
border-color: #BB5DDC;
}
</style>