Shades of Medium Orchid #BC34F2
Tints of Medium Orchid #BC34F2
RGB
CMYK
RGB Variations
Color information
#BC34F2 (or 0xBC34F2) is known color: Medium Orchid. HEX triplet: BC, 34 and F2. RGB value is (188,52,242). Sum of RGB (Red+Green+Blue) = 188+52+242=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 52 (20.70% from 255 or 10.79% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC34F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC34F2 is #43CB0D. Grayscale: #717171. Windows color (decimal): -4442894 or 15873212. OLE color: 15873212.
HSL color Cylindrical-coordinate representation of color #BC34F2: hue angle of 282.95º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC34F2 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 52 | 242 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.05 |
| HSL | 282.95º | 0.88% | 0.58% | - |
| HSV(B) | 282.95º | 0.79% | 0.95% | - |
| XYZ | 37.99 | 19.56 | 85.78 | - |
| YUV | 114.32 | 200.06 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 242 | 0.22 | 0.79 | 0 | 0.05 | 282.95 | 0.88 | 0.58 |
| Hex | BC | 34 | F2 | 16 | 4F | 0 | 5 | 11B | 58 | 3A |
| Octal | 274 | 64 | 362 | 26 | 117 | 0 | 5 | 433 | 130 | 72 |
| Binary | 10111100 | 110100 | 11110010 | 10110 | 1001111 | 0 | 101 | 100011011 | 1011000 | 111010 |
Color Harmonies of #BC34F2
Complementary color
Monochromatic Colors of #BC34F2
Black with #BC34F2
Text Example
Text Example
White with #BC34F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34F2; }
p { color: rgb(188,52,242); }
H1.HeaderClassName
{
color: #BC34F2;
}
.AnyTagClassName
{
color: #BC34F2;
}
</style>
background-color css
<style>
a { background-color: #BC34F2; }
a { background-color: rgb(188,52,242); }
div.DivClassName
{
background-color: #BC34F2;
}
.BgClassName
{
background-color: #BC34F2;
}
</style>
border-color css
<style>
span { border-color: #BC34F2; }
span { border-color: rgb(188,52,242); }
td.TdClassName
{
border-color: #BC34F2;
}
.TagClassName
{
border-color: #BC34F2;
}
</style>