Shades of Medium Orchid #BB53D5
Tints of Medium Orchid #BB53D5
RGB
CMYK
RGB Variations
Color information
#BB53D5 (or 0xBB53D5) is known color: Medium Orchid. HEX triplet: BB, 53 and D5. RGB value is (187,83,213). Sum of RGB (Red+Green+Blue) = 187+83+213=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB53D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB53D5 is #44AC2A. Grayscale: #808080. Windows color (decimal): -4500523 or 13980603. OLE color: 13980603.
HSL color Cylindrical-coordinate representation of color #BB53D5: hue angle of 288º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB53D5 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 83 | 213 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.16 |
| HSL | 288º | 0.61% | 0.58% | - |
| HSV(B) | 288º | 0.61% | 0.84% | - |
| XYZ | 35.6 | 21.56 | 65.24 | - |
| YUV | 128.92 | 175.46 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 213 | 0.12 | 0.61 | 0 | 0.16 | 288 | 0.61 | 0.58 |
| Hex | BB | 53 | D5 | C | 3D | 0 | 10 | 120 | 3D | 3A |
| Octal | 273 | 123 | 325 | 14 | 75 | 0 | 20 | 440 | 75 | 72 |
| Binary | 10111011 | 1010011 | 11010101 | 1100 | 111101 | 0 | 10000 | 100100000 | 111101 | 111010 |
Color Harmonies of #BB53D5
Complementary color
Monochromatic Colors of #BB53D5
Black with #BB53D5
Text Example
Text Example
White with #BB53D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB53D5; }
p { color: rgb(187,83,213); }
H1.HeaderClassName
{
color: #BB53D5;
}
.AnyTagClassName
{
color: #BB53D5;
}
</style>
background-color css
<style>
a { background-color: #BB53D5; }
a { background-color: rgb(187,83,213); }
div.DivClassName
{
background-color: #BB53D5;
}
.BgClassName
{
background-color: #BB53D5;
}
</style>
border-color css
<style>
span { border-color: #BB53D5; }
span { border-color: rgb(187,83,213); }
td.TdClassName
{
border-color: #BB53D5;
}
.TagClassName
{
border-color: #BB53D5;
}
</style>