Shades of Medium Orchid #BB52FC
Tints of Medium Orchid #BB52FC
RGB
CMYK
RGB Variations
Color information
#BB52FC (or 0xBB52FC) is known color: Medium Orchid. HEX triplet: BB, 52 and FC. RGB value is (187,82,252). Sum of RGB (Red+Green+Blue) = 187+82+252=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB52FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB52FC is #44AD03. Grayscale: #848484. Windows color (decimal): -4500740 or 16536251. OLE color: 16536251.
HSL color Cylindrical-coordinate representation of color #BB52FC: hue angle of 277.06º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB52FC is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 82 | 252 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.01 |
| HSL | 277.06º | 0.97% | 0.65% | - |
| HSV(B) | 277.06º | 0.67% | 0.99% | - |
| XYZ | 41.08 | 23.63 | 94.49 | - |
| YUV | 132.78 | 195.29 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 252 | 0.26 | 0.67 | 0 | 0.01 | 277.06 | 0.97 | 0.65 |
| Hex | BB | 52 | FC | 1A | 43 | 0 | 1 | 115 | 61 | 41 |
| Octal | 273 | 122 | 374 | 32 | 103 | 0 | 1 | 425 | 141 | 101 |
| Binary | 10111011 | 1010010 | 11111100 | 11010 | 1000011 | 0 | 1 | 100010101 | 1100001 | 1000001 |
Color Harmonies of #BB52FC
Complementary color
Monochromatic Colors of #BB52FC
Black with #BB52FC
Text Example
Text Example
White with #BB52FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB52FC; }
p { color: rgb(187,82,252); }
H1.HeaderClassName
{
color: #BB52FC;
}
.AnyTagClassName
{
color: #BB52FC;
}
</style>
background-color css
<style>
a { background-color: #BB52FC; }
a { background-color: rgb(187,82,252); }
div.DivClassName
{
background-color: #BB52FC;
}
.BgClassName
{
background-color: #BB52FC;
}
</style>
border-color css
<style>
span { border-color: #BB52FC; }
span { border-color: rgb(187,82,252); }
td.TdClassName
{
border-color: #BB52FC;
}
.TagClassName
{
border-color: #BB52FC;
}
</style>