Shades of Medium Orchid #BC30EA
Tints of Medium Orchid #BC30EA
RGB
CMYK
RGB Variations
Color information
#BC30EA (or 0xBC30EA) is known color: Medium Orchid. HEX triplet: BC, 30 and EA. RGB value is (188,48,234). Sum of RGB (Red+Green+Blue) = 188+48+234=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 48 (19.14% from 255 or 10.21% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC30EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC30EA is #43CF15. Grayscale: #6E6E6E. Windows color (decimal): -4443926 or 15347900. OLE color: 15347900.
HSL color Cylindrical-coordinate representation of color #BC30EA: hue angle of 285.16º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC30EA is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 48 | 234 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.08 |
| HSL | 285.16º | 0.82% | 0.55% | - |
| HSV(B) | 285.16º | 0.79% | 0.92% | - |
| XYZ | 36.65 | 18.75 | 79.53 | - |
| YUV | 111.06 | 197.38 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 234 | 0.20 | 0.79 | 0 | 0.08 | 285.16 | 0.82 | 0.55 |
| Hex | BC | 30 | EA | 14 | 4F | 0 | 8 | 11D | 52 | 37 |
| Octal | 274 | 60 | 352 | 24 | 117 | 0 | 10 | 435 | 122 | 67 |
| Binary | 10111100 | 110000 | 11101010 | 10100 | 1001111 | 0 | 1000 | 100011101 | 1010010 | 110111 |
Color Harmonies of #BC30EA
Complementary color
Monochromatic Colors of #BC30EA
Black with #BC30EA
Text Example
Text Example
White with #BC30EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30EA; }
p { color: rgb(188,48,234); }
H1.HeaderClassName
{
color: #BC30EA;
}
.AnyTagClassName
{
color: #BC30EA;
}
</style>
background-color css
<style>
a { background-color: #BC30EA; }
a { background-color: rgb(188,48,234); }
div.DivClassName
{
background-color: #BC30EA;
}
.BgClassName
{
background-color: #BC30EA;
}
</style>
border-color css
<style>
span { border-color: #BC30EA; }
span { border-color: rgb(188,48,234); }
td.TdClassName
{
border-color: #BC30EA;
}
.TagClassName
{
border-color: #BC30EA;
}
</style>