#bc29a3

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

Shades of Medium Red Violet #BC29A3

Tints of Medium Red Violet #BC29A3

Color information

#BC29A3 (or 0xBC29A3) is unknown color: approx Medium Red Violet. HEX triplet: BC, 29 and A3. RGB value is (188,41,163). Sum of RGB (Red+Green+Blue) = 188+41+163=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC29A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC29A3 is #43D65C. Grayscale: #626262. Windows color (decimal): -4445789 or 10693052. OLE color: 10693052.

HSL color Cylindrical-coordinate representation of color #BC29A3: hue angle of 310.2º 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 #BC29A3 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB18841163-
CMYK00.780.130.26
HSL310.2º64.19%44.9%-
HSV(B)310.2º78.19%73.73%-
XYZ28.1414.9236.05-
YUV98.86164.2191.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 41 (16.41% from 255) = 10.46%
BLUE value IS 163 (64.06% from 255) = 41.58%
R=47.96%
G=10.46%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884116300.780.130.26310.264.1944.9
HexBC29A304ED1A136402d
Octal274512430116153246610055
Binary1011110010100110100011010011101101110101001101101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc29a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc29a3; }

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

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

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

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

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

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

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

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