Shades of Medium Orchid #BC53FD
Tints of Medium Orchid #BC53FD
RGB
CMYK
RGB Variations
Color information
#BC53FD (or 0xBC53FD) is known color: Medium Orchid. HEX triplet: BC, 53 and FD. RGB value is (188,83,253). Sum of RGB (Red+Green+Blue) = 188+83+253=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC53FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC53FD is #43AC02. Grayscale: #858585. Windows color (decimal): -4434947 or 16602044. OLE color: 16602044.
HSL color Cylindrical-coordinate representation of color #BC53FD: hue angle of 277.06º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC53FD is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 83 | 253 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.01 |
| HSL | 277.06º | 0.98% | 0.66% | - |
| HSV(B) | 277.06º | 0.67% | 0.99% | - |
| XYZ | 41.56 | 23.97 | 95.36 | - |
| YUV | 133.78 | 195.29 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 253 | 0.26 | 0.67 | 0 | 0.01 | 277.06 | 0.98 | 0.66 |
| Hex | BC | 53 | FD | 1A | 43 | 0 | 1 | 115 | 62 | 42 |
| Octal | 274 | 123 | 375 | 32 | 103 | 0 | 1 | 425 | 142 | 102 |
| Binary | 10111100 | 1010011 | 11111101 | 11010 | 1000011 | 0 | 1 | 100010101 | 1100010 | 1000010 |
Color Harmonies of #BC53FD
Complementary color
Monochromatic Colors of #BC53FD
Black with #BC53FD
Text Example
Text Example
White with #BC53FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC53FD; }
p { color: rgb(188,83,253); }
H1.HeaderClassName
{
color: #BC53FD;
}
.AnyTagClassName
{
color: #BC53FD;
}
</style>
background-color css
<style>
a { background-color: #BC53FD; }
a { background-color: rgb(188,83,253); }
div.DivClassName
{
background-color: #BC53FD;
}
.BgClassName
{
background-color: #BC53FD;
}
</style>
border-color css
<style>
span { border-color: #BC53FD; }
span { border-color: rgb(188,83,253); }
td.TdClassName
{
border-color: #BC53FD;
}
.TagClassName
{
border-color: #BC53FD;
}
</style>