Shades of Medium Orchid #BC74EA
Tints of Medium Orchid #BC74EA
RGB
CMYK
RGB Variations
Color information
#BC74EA (or 0xBC74EA) is known color: Medium Orchid. HEX triplet: BC, 74 and EA. RGB value is (188,116,234). Sum of RGB (Red+Green+Blue) = 188+116+234=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC74EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC74EA is #438B15. Grayscale: #969696. Windows color (decimal): -4426518 or 15365308. OLE color: 15365308.
HSL color Cylindrical-coordinate representation of color #BC74EA: hue angle of 276.61º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC74EA is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 116 | 234 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.08 |
| HSL | 276.61º | 0.74% | 0.69% | - |
| HSV(B) | 276.61º | 0.5% | 0.92% | - |
| XYZ | 41.84 | 29.12 | 81.26 | - |
| YUV | 150.98 | 174.85 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 234 | 0.20 | 0.50 | 0 | 0.08 | 276.61 | 0.74 | 0.69 |
| Hex | BC | 74 | EA | 14 | 32 | 0 | 8 | 115 | 4A | 45 |
| Octal | 274 | 164 | 352 | 24 | 62 | 0 | 10 | 425 | 112 | 105 |
| Binary | 10111100 | 1110100 | 11101010 | 10100 | 110010 | 0 | 1000 | 100010101 | 1001010 | 1000101 |
Color Harmonies of #BC74EA
Complementary color
Monochromatic Colors of #BC74EA
Black with #BC74EA
Text Example
Text Example
White with #BC74EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74EA; }
p { color: rgb(188,116,234); }
H1.HeaderClassName
{
color: #BC74EA;
}
.AnyTagClassName
{
color: #BC74EA;
}
</style>
background-color css
<style>
a { background-color: #BC74EA; }
a { background-color: rgb(188,116,234); }
div.DivClassName
{
background-color: #BC74EA;
}
.BgClassName
{
background-color: #BC74EA;
}
</style>
border-color css
<style>
span { border-color: #BC74EA; }
span { border-color: rgb(188,116,234); }
td.TdClassName
{
border-color: #BC74EA;
}
.TagClassName
{
border-color: #BC74EA;
}
</style>