Shades of Medium Orchid #BB53E0
Tints of Medium Orchid #BB53E0
RGB
CMYK
RGB Variations
Color information
#BB53E0 (or 0xBB53E0) is known color: Medium Orchid. HEX triplet: BB, 53 and E0. RGB value is (187,83,224). Sum of RGB (Red+Green+Blue) = 187+83+224=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB53E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB53E0 is #44AC1F. Grayscale: #818181. Windows color (decimal): -4500512 or 14701499. OLE color: 14701499.
HSL color Cylindrical-coordinate representation of color #BB53E0: hue angle of 284.26º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB53E0 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 83 | 224 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.12 |
| HSL | 284.26º | 0.69% | 0.6% | - |
| HSV(B) | 284.26º | 0.63% | 0.88% | - |
| XYZ | 37.04 | 22.13 | 72.84 | - |
| YUV | 130.17 | 180.96 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 224 | 0.17 | 0.63 | 0 | 0.12 | 284.26 | 0.69 | 0.6 |
| Hex | BB | 53 | E0 | 11 | 3F | 0 | C | 11C | 45 | 3C |
| Octal | 273 | 123 | 340 | 21 | 77 | 0 | 14 | 434 | 105 | 74 |
| Binary | 10111011 | 1010011 | 11100000 | 10001 | 111111 | 0 | 1100 | 100011100 | 1000101 | 111100 |
Color Harmonies of #BB53E0
Complementary color
Monochromatic Colors of #BB53E0
Black with #BB53E0
Text Example
Text Example
White with #BB53E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB53E0; }
p { color: rgb(187,83,224); }
H1.HeaderClassName
{
color: #BB53E0;
}
.AnyTagClassName
{
color: #BB53E0;
}
</style>
background-color css
<style>
a { background-color: #BB53E0; }
a { background-color: rgb(187,83,224); }
div.DivClassName
{
background-color: #BB53E0;
}
.BgClassName
{
background-color: #BB53E0;
}
</style>
border-color css
<style>
span { border-color: #BB53E0; }
span { border-color: rgb(187,83,224); }
td.TdClassName
{
border-color: #BB53E0;
}
.TagClassName
{
border-color: #BB53E0;
}
</style>