Shades of Medium Orchid #BC34CC
Tints of Medium Orchid #BC34CC
RGB
CMYK
RGB Variations
Color information
#BC34CC (or 0xBC34CC) is known color: Medium Orchid. HEX triplet: BC, 34 and CC. RGB value is (188,52,204). Sum of RGB (Red+Green+Blue) = 188+52+204=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC34CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34CC is #43CB33. Grayscale: #6D6D6D. Windows color (decimal): -4442932 or 13382844. OLE color: 13382844.
HSL color Cylindrical-coordinate representation of color #BC34CC: hue angle of 293.68º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC34CC is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 52 | 204 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.2 |
| HSL | 293.68º | 0.6% | 0.5% | - |
| HSV(B) | 293.68º | 0.75% | 0.8% | - |
| XYZ | 32.87 | 17.51 | 58.77 | - |
| YUV | 109.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 204 | 0.08 | 0.75 | 0 | 0.2 | 293.68 | 0.6 | 0.5 |
| Hex | BC | 34 | CC | 8 | 4B | 0 | 14 | 126 | 3C | 32 |
| Octal | 274 | 64 | 314 | 10 | 113 | 0 | 24 | 446 | 74 | 62 |
| Binary | 10111100 | 110100 | 11001100 | 1000 | 1001011 | 0 | 10100 | 100100110 | 111100 | 110010 |
Color Harmonies of #BC34CC
Complementary color
Monochromatic Colors of #BC34CC
Black with #BC34CC
Text Example
Text Example
White with #BC34CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34CC; }
p { color: rgb(188,52,204); }
H1.HeaderClassName
{
color: #BC34CC;
}
.AnyTagClassName
{
color: #BC34CC;
}
</style>
background-color css
<style>
a { background-color: #BC34CC; }
a { background-color: rgb(188,52,204); }
div.DivClassName
{
background-color: #BC34CC;
}
.BgClassName
{
background-color: #BC34CC;
}
</style>
border-color css
<style>
span { border-color: #BC34CC; }
span { border-color: rgb(188,52,204); }
td.TdClassName
{
border-color: #BC34CC;
}
.TagClassName
{
border-color: #BC34CC;
}
</style>