Shades of Medium Orchid #BB53DC
Tints of Medium Orchid #BB53DC
RGB
CMYK
RGB Variations
Color information
#BB53DC (or 0xBB53DC) is known color: Medium Orchid. HEX triplet: BB, 53 and DC. RGB value is (187,83,220). Sum of RGB (Red+Green+Blue) = 187+83+220=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB53DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB53DC is #44AC23. Grayscale: #818181. Windows color (decimal): -4500516 or 14439355. OLE color: 14439355.
HSL color Cylindrical-coordinate representation of color #BB53DC: hue angle of 285.55º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB53DC is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 83 | 220 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.14 |
| HSL | 285.55º | 0.66% | 0.59% | - |
| HSV(B) | 285.55º | 0.62% | 0.86% | - |
| XYZ | 36.51 | 21.92 | 70.02 | - |
| YUV | 129.71 | 178.96 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 220 | 0.15 | 0.62 | 0 | 0.14 | 285.55 | 0.66 | 0.59 |
| Hex | BB | 53 | DC | F | 3E | 0 | E | 11E | 42 | 3B |
| Octal | 273 | 123 | 334 | 17 | 76 | 0 | 16 | 436 | 102 | 73 |
| Binary | 10111011 | 1010011 | 11011100 | 1111 | 111110 | 0 | 1110 | 100011110 | 1000010 | 111011 |
Color Harmonies of #BB53DC
Complementary color
Monochromatic Colors of #BB53DC
Black with #BB53DC
Text Example
Text Example
White with #BB53DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB53DC; }
p { color: rgb(187,83,220); }
H1.HeaderClassName
{
color: #BB53DC;
}
.AnyTagClassName
{
color: #BB53DC;
}
</style>
background-color css
<style>
a { background-color: #BB53DC; }
a { background-color: rgb(187,83,220); }
div.DivClassName
{
background-color: #BB53DC;
}
.BgClassName
{
background-color: #BB53DC;
}
</style>
border-color css
<style>
span { border-color: #BB53DC; }
span { border-color: rgb(187,83,220); }
td.TdClassName
{
border-color: #BB53DC;
}
.TagClassName
{
border-color: #BB53DC;
}
</style>