Shades of Medium Orchid #BC5AFB
Tints of Medium Orchid #BC5AFB
RGB
CMYK
RGB Variations
Color information
#BC5AFB (or 0xBC5AFB) is known color: Medium Orchid. HEX triplet: BC, 5A and FB. RGB value is (188,90,251). Sum of RGB (Red+Green+Blue) = 188+90+251=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC5AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5AFB is #43A504. Grayscale: #898989. Windows color (decimal): -4433157 or 16472764. OLE color: 16472764.
HSL color Cylindrical-coordinate representation of color #BC5AFB: hue angle of 276.52º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC5AFB is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 90 | 251 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.02 |
| HSL | 276.52º | 0.95% | 0.67% | - |
| HSV(B) | 276.52º | 0.64% | 0.98% | - |
| XYZ | 41.81 | 24.97 | 93.88 | - |
| YUV | 137.66 | 191.97 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 251 | 0.25 | 0.64 | 0 | 0.02 | 276.52 | 0.95 | 0.67 |
| Hex | BC | 5A | FB | 19 | 40 | 0 | 2 | 115 | 5F | 43 |
| Octal | 274 | 132 | 373 | 31 | 100 | 0 | 2 | 425 | 137 | 103 |
| Binary | 10111100 | 1011010 | 11111011 | 11001 | 1000000 | 0 | 10 | 100010101 | 1011111 | 1000011 |
Color Harmonies of #BC5AFB
Complementary color
Monochromatic Colors of #BC5AFB
Black with #BC5AFB
Text Example
Text Example
White with #BC5AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AFB; }
p { color: rgb(188,90,251); }
H1.HeaderClassName
{
color: #BC5AFB;
}
.AnyTagClassName
{
color: #BC5AFB;
}
</style>
background-color css
<style>
a { background-color: #BC5AFB; }
a { background-color: rgb(188,90,251); }
div.DivClassName
{
background-color: #BC5AFB;
}
.BgClassName
{
background-color: #BC5AFB;
}
</style>
border-color css
<style>
span { border-color: #BC5AFB; }
span { border-color: rgb(188,90,251); }
td.TdClassName
{
border-color: #BC5AFB;
}
.TagClassName
{
border-color: #BC5AFB;
}
</style>