#BC4CCA

Color #BC4CCA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BC4CCA

Tints of Medium Orchid #BC4CCA

Color information

#BC4CCA (or 0xBC4CCA) is unknown color: approx Medium Orchid. HEX triplet: BC, 4C and CA. RGB value is (188,76,202). Sum of RGB (Red+Green+Blue) = 188+76+202=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC4CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CCA is #43B335. Grayscale: #7B7B7B. Windows color (decimal): -4436790 or 13257916. OLE color: 13257916.

HSL color Cylindrical-coordinate representation of color #BC4CCA: hue angle of 293.33º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4CCA is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18876202-
CMYK0.070.6200.21
HSL293.33º54.31%54.51%-
HSV(B)293.33º62.38%79.22%-
XYZ33.9820.1257.97-
YUV123.85172.11173.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 76 (30.08% from 255) = 16.31%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=40.34%
G=16.31%
B=43.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188762020.070.6200.21293.3354.3154.51
HexBC4CCA73E0151253637
Octal2741143127760254456667
Binary10111100100110011001010111111110010101100100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4CCA; }

 p { color: rgb(188,76,202); }

 H1.HeaderClassName
 {
   color: #BC4CCA;
 }
 .AnyTagClassName
 {
   color: #BC4CCA;
 }
</style>
background-color css

<style>
 a { background-color: #BC4CCA; }

 a { background-color: rgb(188,76,202); }

 div.DivClassName
 {
   background-color: #BC4CCA;
 }
 .BgClassName
 {
   background-color: #BC4CCA;
 }
</style>
border-color css

<style>
 span { border-color: #BC4CCA; }

 span { border-color: rgb(188,76,202); }

 td.TdClassName
 {
   border-color: #BC4CCA;
 }
 .TagClassName
 {
   border-color: #BC4CCA;
 }
</style>