#BC29AA

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

Shades of Medium Red Violet #BC29AA

Tints of Medium Red Violet #BC29AA

Color information

#BC29AA (or 0xBC29AA) is unknown color: approx Medium Red Violet. HEX triplet: BC, 29 and AA. RGB value is (188,41,170). Sum of RGB (Red+Green+Blue) = 188+41+170=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC29AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC29AA is #43D655. Grayscale: #636363. Windows color (decimal): -4445782 or 11151804. OLE color: 11151804.

HSL color Cylindrical-coordinate representation of color #BC29AA: hue angle of 307.35º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC29AA is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB18841170-
CMYK00.780.100.26
HSL307.35º64.19%44.9%-
HSV(B)307.35º78.19%73.73%-
XYZ28.7915.1839.44-
YUV99.66167.7191.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 41 (16.41% from 255) = 10.28%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=47.12%
G=10.28%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884117000.780.100.26307.3564.1944.9
HexBC29AA04EA1A133402d
Octal274512520116123246310055
Binary1011110010100110101010010011101010110101001100111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC29AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC29AA; }

 p { color: rgb(188,41,170); }

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

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

 a { background-color: rgb(188,41,170); }

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

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

 span { border-color: rgb(188,41,170); }

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