Shades of Medium Orchid #BB52DA
Tints of Medium Orchid #BB52DA
RGB
CMYK
RGB Variations
Color information
#BB52DA (or 0xBB52DA) is known color: Medium Orchid. HEX triplet: BB, 52 and DA. RGB value is (187,82,218). Sum of RGB (Red+Green+Blue) = 187+82+218=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB52DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB52DA is #44AD25. Grayscale: #808080. Windows color (decimal): -4500774 or 14308027. OLE color: 14308027.
HSL color Cylindrical-coordinate representation of color #BB52DA: hue angle of 286.32º 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 #BB52DA is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 82 | 218 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.15 |
| HSL | 286.32º | 0.65% | 0.59% | - |
| HSV(B) | 286.32º | 0.62% | 0.85% | - |
| XYZ | 36.17 | 21.66 | 68.6 | - |
| YUV | 128.9 | 178.29 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 218 | 0.14 | 0.62 | 0 | 0.15 | 286.32 | 0.65 | 0.59 |
| Hex | BB | 52 | DA | E | 3E | 0 | F | 11E | 41 | 3B |
| Octal | 273 | 122 | 332 | 16 | 76 | 0 | 17 | 436 | 101 | 73 |
| Binary | 10111011 | 1010010 | 11011010 | 1110 | 111110 | 0 | 1111 | 100011110 | 1000001 | 111011 |
Color Harmonies of #BB52DA
Complementary color
Monochromatic Colors of #BB52DA
Black with #BB52DA
Text Example
Text Example
White with #BB52DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB52DA; }
p { color: rgb(187,82,218); }
H1.HeaderClassName
{
color: #BB52DA;
}
.AnyTagClassName
{
color: #BB52DA;
}
</style>
background-color css
<style>
a { background-color: #BB52DA; }
a { background-color: rgb(187,82,218); }
div.DivClassName
{
background-color: #BB52DA;
}
.BgClassName
{
background-color: #BB52DA;
}
</style>
border-color css
<style>
span { border-color: #BB52DA; }
span { border-color: rgb(187,82,218); }
td.TdClassName
{
border-color: #BB52DA;
}
.TagClassName
{
border-color: #BB52DA;
}
</style>