Shades of Medium Orchid #BC52F1
Tints of Medium Orchid #BC52F1
RGB
CMYK
RGB Variations
Color information
#BC52F1 (or 0xBC52F1) is known color: Medium Orchid. HEX triplet: BC, 52 and F1. RGB value is (188,82,241). Sum of RGB (Red+Green+Blue) = 188+82+241=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 82 (32.42% from 255 or 16.05% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC52F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC52F1 is #43AD0E. Grayscale: #838383. Windows color (decimal): -4435215 or 15815356. OLE color: 15815356.
HSL color Cylindrical-coordinate representation of color #BC52F1: hue angle of 280º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC52F1 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 82 | 241 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.05 |
| HSL | 280º | 0.85% | 0.63% | - |
| HSV(B) | 280º | 0.66% | 0.95% | - |
| XYZ | 39.63 | 23.08 | 85.58 | - |
| YUV | 131.82 | 189.62 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 241 | 0.22 | 0.66 | 0 | 0.05 | 280 | 0.85 | 0.63 |
| Hex | BC | 52 | F1 | 16 | 42 | 0 | 5 | 118 | 55 | 3F |
| Octal | 274 | 122 | 361 | 26 | 102 | 0 | 5 | 430 | 125 | 77 |
| Binary | 10111100 | 1010010 | 11110001 | 10110 | 1000010 | 0 | 101 | 100011000 | 1010101 | 111111 |
Color Harmonies of #BC52F1
Complementary color
Monochromatic Colors of #BC52F1
Black with #BC52F1
Text Example
Text Example
White with #BC52F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC52F1; }
p { color: rgb(188,82,241); }
H1.HeaderClassName
{
color: #BC52F1;
}
.AnyTagClassName
{
color: #BC52F1;
}
</style>
background-color css
<style>
a { background-color: #BC52F1; }
a { background-color: rgb(188,82,241); }
div.DivClassName
{
background-color: #BC52F1;
}
.BgClassName
{
background-color: #BC52F1;
}
</style>
border-color css
<style>
span { border-color: #BC52F1; }
span { border-color: rgb(188,82,241); }
td.TdClassName
{
border-color: #BC52F1;
}
.TagClassName
{
border-color: #BC52F1;
}
</style>