Shades of Medium Orchid #BC52FB
Tints of Medium Orchid #BC52FB
RGB
CMYK
RGB Variations
Color information
#BC52FB (or 0xBC52FB) is known color: Medium Orchid. HEX triplet: BC, 52 and FB. RGB value is (188,82,251). Sum of RGB (Red+Green+Blue) = 188+82+251=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC52FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC52FB is #43AD04. Grayscale: #848484. Windows color (decimal): -4435205 or 16470716. OLE color: 16470716.
HSL color Cylindrical-coordinate representation of color #BC52FB: hue angle of 277.63º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC52FB is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 82 | 251 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.02 |
| HSL | 277.63º | 0.95% | 0.65% | - |
| HSV(B) | 277.63º | 0.67% | 0.98% | - |
| XYZ | 41.17 | 23.69 | 93.67 | - |
| YUV | 132.96 | 194.62 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 251 | 0.25 | 0.67 | 0 | 0.02 | 277.63 | 0.95 | 0.65 |
| Hex | BC | 52 | FB | 19 | 43 | 0 | 2 | 116 | 5F | 41 |
| Octal | 274 | 122 | 373 | 31 | 103 | 0 | 2 | 426 | 137 | 101 |
| Binary | 10111100 | 1010010 | 11111011 | 11001 | 1000011 | 0 | 10 | 100010110 | 1011111 | 1000001 |
Color Harmonies of #BC52FB
Complementary color
Monochromatic Colors of #BC52FB
Black with #BC52FB
Text Example
Text Example
White with #BC52FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC52FB; }
p { color: rgb(188,82,251); }
H1.HeaderClassName
{
color: #BC52FB;
}
.AnyTagClassName
{
color: #BC52FB;
}
</style>
background-color css
<style>
a { background-color: #BC52FB; }
a { background-color: rgb(188,82,251); }
div.DivClassName
{
background-color: #BC52FB;
}
.BgClassName
{
background-color: #BC52FB;
}
</style>
border-color css
<style>
span { border-color: #BC52FB; }
span { border-color: rgb(188,82,251); }
td.TdClassName
{
border-color: #BC52FB;
}
.TagClassName
{
border-color: #BC52FB;
}
</style>