Shades of Medium Orchid #BC30CE
Tints of Medium Orchid #BC30CE
RGB
CMYK
RGB Variations
Color information
#BC30CE (or 0xBC30CE) is known color: Medium Orchid. HEX triplet: BC, 30 and CE. RGB value is (188,48,206). Sum of RGB (Red+Green+Blue) = 188+48+206=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC30CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30CE is #43CF31. Grayscale: #6B6B6B. Windows color (decimal): -4443954 or 13512892. OLE color: 13512892.
HSL color Cylindrical-coordinate representation of color #BC30CE: hue angle of 293.16º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC30CE is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 48 | 206 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.19 |
| HSL | 293.16º | 0.62% | 0.5% | - |
| HSV(B) | 293.16º | 0.77% | 0.81% | - |
| XYZ | 32.94 | 17.26 | 59.99 | - |
| YUV | 107.87 | 183.38 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 206 | 0.09 | 0.77 | 0 | 0.19 | 293.16 | 0.62 | 0.5 |
| Hex | BC | 30 | CE | 9 | 4D | 0 | 13 | 125 | 3E | 32 |
| Octal | 274 | 60 | 316 | 11 | 115 | 0 | 23 | 445 | 76 | 62 |
| Binary | 10111100 | 110000 | 11001110 | 1001 | 1001101 | 0 | 10011 | 100100101 | 111110 | 110010 |
Color Harmonies of #BC30CE
Complementary color
Monochromatic Colors of #BC30CE
Black with #BC30CE
Text Example
Text Example
White with #BC30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30CE; }
p { color: rgb(188,48,206); }
H1.HeaderClassName
{
color: #BC30CE;
}
.AnyTagClassName
{
color: #BC30CE;
}
</style>
background-color css
<style>
a { background-color: #BC30CE; }
a { background-color: rgb(188,48,206); }
div.DivClassName
{
background-color: #BC30CE;
}
.BgClassName
{
background-color: #BC30CE;
}
</style>
border-color css
<style>
span { border-color: #BC30CE; }
span { border-color: rgb(188,48,206); }
td.TdClassName
{
border-color: #BC30CE;
}
.TagClassName
{
border-color: #BC30CE;
}
</style>