Shades of Medium Orchid #BC52FD
Tints of Medium Orchid #BC52FD
RGB
CMYK
RGB Variations
Color information
#BC52FD (or 0xBC52FD) is known color: Medium Orchid. HEX triplet: BC, 52 and FD. RGB value is (188,82,253). Sum of RGB (Red+Green+Blue) = 188+82+253=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC52FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC52FD is #43AD02. Grayscale: #848484. Windows color (decimal): -4435203 or 16601788. OLE color: 16601788.
HSL color Cylindrical-coordinate representation of color #BC52FD: hue angle of 277.19º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC52FD is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 82 | 253 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.01 |
| HSL | 277.19º | 0.98% | 0.66% | - |
| HSV(B) | 277.19º | 0.68% | 0.99% | - |
| XYZ | 41.49 | 23.82 | 95.34 | - |
| YUV | 133.19 | 195.62 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 253 | 0.26 | 0.68 | 0 | 0.01 | 277.19 | 0.98 | 0.66 |
| Hex | BC | 52 | FD | 1A | 44 | 0 | 1 | 115 | 62 | 42 |
| Octal | 274 | 122 | 375 | 32 | 104 | 0 | 1 | 425 | 142 | 102 |
| Binary | 10111100 | 1010010 | 11111101 | 11010 | 1000100 | 0 | 1 | 100010101 | 1100010 | 1000010 |
Color Harmonies of #BC52FD
Complementary color
Monochromatic Colors of #BC52FD
Black with #BC52FD
Text Example
Text Example
White with #BC52FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC52FD; }
p { color: rgb(188,82,253); }
H1.HeaderClassName
{
color: #BC52FD;
}
.AnyTagClassName
{
color: #BC52FD;
}
</style>
background-color css
<style>
a { background-color: #BC52FD; }
a { background-color: rgb(188,82,253); }
div.DivClassName
{
background-color: #BC52FD;
}
.BgClassName
{
background-color: #BC52FD;
}
</style>
border-color css
<style>
span { border-color: #BC52FD; }
span { border-color: rgb(188,82,253); }
td.TdClassName
{
border-color: #BC52FD;
}
.TagClassName
{
border-color: #BC52FD;
}
</style>