Shades of Medium Orchid #BC36FD
Tints of Medium Orchid #BC36FD
RGB
CMYK
RGB Variations
Color information
#BC36FD (or 0xBC36FD) is known color: Medium Orchid. HEX triplet: BC, 36 and FD. RGB value is (188,54,253). Sum of RGB (Red+Green+Blue) = 188+54+253=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 54 (21.48% from 255 or 10.91% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC36FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC36FD is #43C902. Grayscale: #747474. Windows color (decimal): -4442371 or 16594620. OLE color: 16594620.
HSL color Cylindrical-coordinate representation of color #BC36FD: hue angle of 280.4º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC36FD is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 54 | 253 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.01 |
| HSL | 280.4º | 0.98% | 0.6% | - |
| HSV(B) | 280.4º | 0.79% | 0.99% | - |
| XYZ | 39.79 | 20.42 | 94.77 | - |
| YUV | 116.75 | 204.89 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 253 | 0.26 | 0.79 | 0 | 0.01 | 280.4 | 0.98 | 0.6 |
| Hex | BC | 36 | FD | 1A | 4F | 0 | 1 | 118 | 62 | 3C |
| Octal | 274 | 66 | 375 | 32 | 117 | 0 | 1 | 430 | 142 | 74 |
| Binary | 10111100 | 110110 | 11111101 | 11010 | 1001111 | 0 | 1 | 100011000 | 1100010 | 111100 |
Color Harmonies of #BC36FD
Complementary color
Monochromatic Colors of #BC36FD
Black with #BC36FD
Text Example
Text Example
White with #BC36FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36FD; }
p { color: rgb(188,54,253); }
H1.HeaderClassName
{
color: #BC36FD;
}
.AnyTagClassName
{
color: #BC36FD;
}
</style>
background-color css
<style>
a { background-color: #BC36FD; }
a { background-color: rgb(188,54,253); }
div.DivClassName
{
background-color: #BC36FD;
}
.BgClassName
{
background-color: #BC36FD;
}
</style>
border-color css
<style>
span { border-color: #BC36FD; }
span { border-color: rgb(188,54,253); }
td.TdClassName
{
border-color: #BC36FD;
}
.TagClassName
{
border-color: #BC36FD;
}
</style>