Shades of Medium Orchid #BB53DA
Tints of Medium Orchid #BB53DA
RGB
CMYK
RGB Variations
Color information
#BB53DA (or 0xBB53DA) is known color: Medium Orchid. HEX triplet: BB, 53 and DA. RGB value is (187,83,218). Sum of RGB (Red+Green+Blue) = 187+83+218=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB53DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB53DA is #44AC25. Grayscale: #818181. Windows color (decimal): -4500518 or 14308283. OLE color: 14308283.
HSL color Cylindrical-coordinate representation of color #BB53DA: hue angle of 286.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB53DA is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 83 | 218 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.15 |
| HSL | 286.22º | 0.65% | 0.59% | - |
| HSV(B) | 286.22º | 0.62% | 0.85% | - |
| XYZ | 36.24 | 21.81 | 68.63 | - |
| YUV | 129.49 | 177.96 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 218 | 0.14 | 0.62 | 0 | 0.15 | 286.22 | 0.65 | 0.59 |
| Hex | BB | 53 | DA | E | 3E | 0 | F | 11E | 41 | 3B |
| Octal | 273 | 123 | 332 | 16 | 76 | 0 | 17 | 436 | 101 | 73 |
| Binary | 10111011 | 1010011 | 11011010 | 1110 | 111110 | 0 | 1111 | 100011110 | 1000001 | 111011 |
Color Harmonies of #BB53DA
Complementary color
Monochromatic Colors of #BB53DA
Black with #BB53DA
Text Example
Text Example
White with #BB53DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB53DA; }
p { color: rgb(187,83,218); }
H1.HeaderClassName
{
color: #BB53DA;
}
.AnyTagClassName
{
color: #BB53DA;
}
</style>
background-color css
<style>
a { background-color: #BB53DA; }
a { background-color: rgb(187,83,218); }
div.DivClassName
{
background-color: #BB53DA;
}
.BgClassName
{
background-color: #BB53DA;
}
</style>
border-color css
<style>
span { border-color: #BB53DA; }
span { border-color: rgb(187,83,218); }
td.TdClassName
{
border-color: #BB53DA;
}
.TagClassName
{
border-color: #BB53DA;
}
</style>