Shades of Medium Orchid #BB53EC
Tints of Medium Orchid #BB53EC
RGB
CMYK
RGB Variations
Color information
#BB53EC (or 0xBB53EC) is known color: Medium Orchid. HEX triplet: BB, 53 and EC. RGB value is (187,83,236). Sum of RGB (Red+Green+Blue) = 187+83+236=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB53EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB53EC is #44AC13. Grayscale: #838383. Windows color (decimal): -4500500 or 15487931. OLE color: 15487931.
HSL color Cylindrical-coordinate representation of color #BB53EC: hue angle of 280.78º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB53EC is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 83 | 236 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.07 |
| HSL | 280.78º | 0.8% | 0.63% | - |
| HSV(B) | 280.78º | 0.65% | 0.93% | - |
| XYZ | 38.73 | 22.81 | 81.72 | - |
| YUV | 131.54 | 186.96 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 236 | 0.21 | 0.65 | 0 | 0.07 | 280.78 | 0.8 | 0.63 |
| Hex | BB | 53 | EC | 15 | 41 | 0 | 7 | 119 | 50 | 3F |
| Octal | 273 | 123 | 354 | 25 | 101 | 0 | 7 | 431 | 120 | 77 |
| Binary | 10111011 | 1010011 | 11101100 | 10101 | 1000001 | 0 | 111 | 100011001 | 1010000 | 111111 |
Color Harmonies of #BB53EC
Complementary color
Monochromatic Colors of #BB53EC
Black with #BB53EC
Text Example
Text Example
White with #BB53EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB53EC; }
p { color: rgb(187,83,236); }
H1.HeaderClassName
{
color: #BB53EC;
}
.AnyTagClassName
{
color: #BB53EC;
}
</style>
background-color css
<style>
a { background-color: #BB53EC; }
a { background-color: rgb(187,83,236); }
div.DivClassName
{
background-color: #BB53EC;
}
.BgClassName
{
background-color: #BB53EC;
}
</style>
border-color css
<style>
span { border-color: #BB53EC; }
span { border-color: rgb(187,83,236); }
td.TdClassName
{
border-color: #BB53EC;
}
.TagClassName
{
border-color: #BB53EC;
}
</style>