Shades of Medium Orchid #BC34F4
Tints of Medium Orchid #BC34F4
RGB
CMYK
RGB Variations
Color information
#BC34F4 (or 0xBC34F4) is known color: Medium Orchid. HEX triplet: BC, 34 and F4. RGB value is (188,52,244). Sum of RGB (Red+Green+Blue) = 188+52+244=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 52 (20.70% from 255 or 10.74% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC34F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC34F4 is #43CB0B. Grayscale: #717171. Windows color (decimal): -4442892 or 16004284. OLE color: 16004284.
HSL color Cylindrical-coordinate representation of color #BC34F4: hue angle of 282.5º degrees, saturation: 0.9, 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 #BC34F4 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 52 | 244 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.04 |
| HSL | 282.5º | 0.9% | 0.58% | - |
| HSV(B) | 282.5º | 0.79% | 0.96% | - |
| XYZ | 38.3 | 19.68 | 87.37 | - |
| YUV | 114.55 | 201.06 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 244 | 0.23 | 0.79 | 0 | 0.04 | 282.5 | 0.9 | 0.58 |
| Hex | BC | 34 | F4 | 17 | 4F | 0 | 4 | 11A | 5A | 3A |
| Octal | 274 | 64 | 364 | 27 | 117 | 0 | 4 | 432 | 132 | 72 |
| Binary | 10111100 | 110100 | 11110100 | 10111 | 1001111 | 0 | 100 | 100011010 | 1011010 | 111010 |
Color Harmonies of #BC34F4
Complementary color
Monochromatic Colors of #BC34F4
Black with #BC34F4
Text Example
Text Example
White with #BC34F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34F4; }
p { color: rgb(188,52,244); }
H1.HeaderClassName
{
color: #BC34F4;
}
.AnyTagClassName
{
color: #BC34F4;
}
</style>
background-color css
<style>
a { background-color: #BC34F4; }
a { background-color: rgb(188,52,244); }
div.DivClassName
{
background-color: #BC34F4;
}
.BgClassName
{
background-color: #BC34F4;
}
</style>
border-color css
<style>
span { border-color: #BC34F4; }
span { border-color: rgb(188,52,244); }
td.TdClassName
{
border-color: #BC34F4;
}
.TagClassName
{
border-color: #BC34F4;
}
</style>