#BC4ACA

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

Shades of Medium Orchid #BC4ACA

Tints of Medium Orchid #BC4ACA

Color information

#BC4ACA (or 0xBC4ACA) is unknown color: approx Medium Orchid. HEX triplet: BC, 4A and CA. RGB value is (188,74,202). Sum of RGB (Red+Green+Blue) = 188+74+202=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC4ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4ACA is #43B535. Grayscale: #7A7A7A. Windows color (decimal): -4437302 or 13257404. OLE color: 13257404.

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

Color convert

RGB18874202-
CMYK0.070.6300.21
HSL293.44º54.7%54.12%-
HSV(B)293.44º63.37%79.22%-
XYZ33.8519.8557.93-
YUV122.68172.77174.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 74 (29.30% from 255) = 15.95%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=40.52%
G=15.95%
B=43.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188742020.070.6300.21293.4454.754.12
HexBC4ACA73F0151253736
Octal2741123127770254456766
Binary10111100100101011001010111111111010101100100101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4ACA; }

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

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

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

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

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

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

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

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