Shades of Medium Orchid #BC34F5
Tints of Medium Orchid #BC34F5
RGB
CMYK
RGB Variations
Color information
#BC34F5 (or 0xBC34F5) is known color: Medium Orchid. HEX triplet: BC, 34 and F5. RGB value is (188,52,245). Sum of RGB (Red+Green+Blue) = 188+52+245=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC34F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC34F5 is #43CB0A. Grayscale: #727272. Windows color (decimal): -4442891 or 16069820. OLE color: 16069820.
HSL color Cylindrical-coordinate representation of color #BC34F5: hue angle of 282.28º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC34F5 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 52 | 245 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.04 |
| HSL | 282.28º | 0.91% | 0.58% | - |
| HSV(B) | 282.28º | 0.79% | 0.96% | - |
| XYZ | 38.45 | 19.74 | 88.17 | - |
| YUV | 114.67 | 201.56 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 245 | 0.23 | 0.79 | 0 | 0.04 | 282.28 | 0.91 | 0.58 |
| Hex | BC | 34 | F5 | 17 | 4F | 0 | 4 | 11A | 5B | 3A |
| Octal | 274 | 64 | 365 | 27 | 117 | 0 | 4 | 432 | 133 | 72 |
| Binary | 10111100 | 110100 | 11110101 | 10111 | 1001111 | 0 | 100 | 100011010 | 1011011 | 111010 |
Color Harmonies of #BC34F5
Complementary color
Monochromatic Colors of #BC34F5
Black with #BC34F5
Text Example
Text Example
White with #BC34F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34F5; }
p { color: rgb(188,52,245); }
H1.HeaderClassName
{
color: #BC34F5;
}
.AnyTagClassName
{
color: #BC34F5;
}
</style>
background-color css
<style>
a { background-color: #BC34F5; }
a { background-color: rgb(188,52,245); }
div.DivClassName
{
background-color: #BC34F5;
}
.BgClassName
{
background-color: #BC34F5;
}
</style>
border-color css
<style>
span { border-color: #BC34F5; }
span { border-color: rgb(188,52,245); }
td.TdClassName
{
border-color: #BC34F5;
}
.TagClassName
{
border-color: #BC34F5;
}
</style>