Shades of Medium Orchid #BC52EF
Tints of Medium Orchid #BC52EF
RGB
CMYK
RGB Variations
Color information
#BC52EF (or 0xBC52EF) is known color: Medium Orchid. HEX triplet: BC, 52 and EF. RGB value is (188,82,239). Sum of RGB (Red+Green+Blue) = 188+82+239=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC52EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC52EF is #43AD10. Grayscale: #838383. Windows color (decimal): -4435217 or 15684284. OLE color: 15684284.
HSL color Cylindrical-coordinate representation of color #BC52EF: hue angle of 280.51º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC52EF is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 82 | 239 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.06 |
| HSL | 280.51º | 0.83% | 0.63% | - |
| HSV(B) | 280.51º | 0.66% | 0.94% | - |
| XYZ | 39.34 | 22.96 | 84.02 | - |
| YUV | 131.59 | 188.62 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 239 | 0.21 | 0.66 | 0 | 0.06 | 280.51 | 0.83 | 0.63 |
| Hex | BC | 52 | EF | 15 | 42 | 0 | 6 | 119 | 53 | 3F |
| Octal | 274 | 122 | 357 | 25 | 102 | 0 | 6 | 431 | 123 | 77 |
| Binary | 10111100 | 1010010 | 11101111 | 10101 | 1000010 | 0 | 110 | 100011001 | 1010011 | 111111 |
Color Harmonies of #BC52EF
Complementary color
Monochromatic Colors of #BC52EF
Black with #BC52EF
Text Example
Text Example
White with #BC52EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC52EF; }
p { color: rgb(188,82,239); }
H1.HeaderClassName
{
color: #BC52EF;
}
.AnyTagClassName
{
color: #BC52EF;
}
</style>
background-color css
<style>
a { background-color: #BC52EF; }
a { background-color: rgb(188,82,239); }
div.DivClassName
{
background-color: #BC52EF;
}
.BgClassName
{
background-color: #BC52EF;
}
</style>
border-color css
<style>
span { border-color: #BC52EF; }
span { border-color: rgb(188,82,239); }
td.TdClassName
{
border-color: #BC52EF;
}
.TagClassName
{
border-color: #BC52EF;
}
</style>