Shades of Medium Orchid #BC5AF8
Tints of Medium Orchid #BC5AF8
RGB
CMYK
RGB Variations
Color information
#BC5AF8 (or 0xBC5AF8) is known color: Medium Orchid. HEX triplet: BC, 5A and F8. RGB value is (188,90,248). Sum of RGB (Red+Green+Blue) = 188+90+248=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC5AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5AF8 is #43A507. Grayscale: #888888. Windows color (decimal): -4433160 or 16276156. OLE color: 16276156.
HSL color Cylindrical-coordinate representation of color #BC5AF8: hue angle of 277.22º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC5AF8 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 90 | 248 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.03 |
| HSL | 277.22º | 0.92% | 0.66% | - |
| HSV(B) | 277.22º | 0.64% | 0.97% | - |
| XYZ | 41.34 | 24.78 | 91.41 | - |
| YUV | 137.31 | 190.47 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 248 | 0.24 | 0.64 | 0 | 0.03 | 277.22 | 0.92 | 0.66 |
| Hex | BC | 5A | F8 | 18 | 40 | 0 | 3 | 115 | 5C | 42 |
| Octal | 274 | 132 | 370 | 30 | 100 | 0 | 3 | 425 | 134 | 102 |
| Binary | 10111100 | 1011010 | 11111000 | 11000 | 1000000 | 0 | 11 | 100010101 | 1011100 | 1000010 |
Color Harmonies of #BC5AF8
Complementary color
Monochromatic Colors of #BC5AF8
Black with #BC5AF8
Text Example
Text Example
White with #BC5AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AF8; }
p { color: rgb(188,90,248); }
H1.HeaderClassName
{
color: #BC5AF8;
}
.AnyTagClassName
{
color: #BC5AF8;
}
</style>
background-color css
<style>
a { background-color: #BC5AF8; }
a { background-color: rgb(188,90,248); }
div.DivClassName
{
background-color: #BC5AF8;
}
.BgClassName
{
background-color: #BC5AF8;
}
</style>
border-color css
<style>
span { border-color: #BC5AF8; }
span { border-color: rgb(188,90,248); }
td.TdClassName
{
border-color: #BC5AF8;
}
.TagClassName
{
border-color: #BC5AF8;
}
</style>