Shades of Medium Orchid #BC32EB
Tints of Medium Orchid #BC32EB
RGB
CMYK
RGB Variations
Color information
#BC32EB (or 0xBC32EB) is known color: Medium Orchid. HEX triplet: BC, 32 and EB. RGB value is (188,50,235). Sum of RGB (Red+Green+Blue) = 188+50+235=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC32EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC32EB is #43CD14. Grayscale: #6F6F6F. Windows color (decimal): -4443413 or 15413948. OLE color: 15413948.
HSL color Cylindrical-coordinate representation of color #BC32EB: hue angle of 284.76º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC32EB is Cyan = 0.2, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 50 | 235 | - |
| CMYK | 0.2 | 0.79 | 0 | 0.08 |
| HSL | 284.76º | 0.82% | 0.56% | - |
| HSV(B) | 284.76º | 0.79% | 0.92% | - |
| XYZ | 36.88 | 18.97 | 80.32 | - |
| YUV | 112.35 | 197.22 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 235 | 0.2 | 0.79 | 0 | 0.08 | 284.76 | 0.82 | 0.56 |
| Hex | BC | 32 | EB | 14 | 4F | 0 | 8 | 11D | 52 | 38 |
| Octal | 274 | 62 | 353 | 24 | 117 | 0 | 10 | 435 | 122 | 70 |
| Binary | 10111100 | 110010 | 11101011 | 10100 | 1001111 | 0 | 1000 | 100011101 | 1010010 | 111000 |
Color Harmonies of #BC32EB
Complementary color
Monochromatic Colors of #BC32EB
Black with #BC32EB
Text Example
Text Example
White with #BC32EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32EB; }
p { color: rgb(188,50,235); }
H1.HeaderClassName
{
color: #BC32EB;
}
.AnyTagClassName
{
color: #BC32EB;
}
</style>
background-color css
<style>
a { background-color: #BC32EB; }
a { background-color: rgb(188,50,235); }
div.DivClassName
{
background-color: #BC32EB;
}
.BgClassName
{
background-color: #BC32EB;
}
</style>
border-color css
<style>
span { border-color: #BC32EB; }
span { border-color: rgb(188,50,235); }
td.TdClassName
{
border-color: #BC32EB;
}
.TagClassName
{
border-color: #BC32EB;
}
</style>