#BC34A6

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

Shades of Medium Red Violet #BC34A6

Tints of Medium Red Violet #BC34A6

Color information

#BC34A6 (or 0xBC34A6) is unknown color: approx Medium Red Violet. HEX triplet: BC, 34 and A6. RGB value is (188,52,166). Sum of RGB (Red+Green+Blue) = 188+52+166=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC34A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC34A6 is #43CB59. Grayscale: #696969. Windows color (decimal): -4442970 or 10892476. OLE color: 10892476.

HSL color Cylindrical-coordinate representation of color #BC34A6: hue angle of 309.71º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC34A6 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB18852166-
CMYK00.720.120.26
HSL309.71º56.67%47.06%-
HSV(B)309.71º72.34%73.73%-
XYZ28.8515.937.62-
YUV105.66162.06186.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 52 (20.70% from 255) = 12.81%
BLUE value IS 166 (65.23% from 255) = 40.89%
R=46.31%
G=12.81%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885216600.720.120.26309.7156.6747.06
HexBC34A6048C1A136392f
Octal27464246011014324667157
Binary101111001101001010011001001000110011010100110110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC34A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC34A6; }

 p { color: rgb(188,52,166); }

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

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

 a { background-color: rgb(188,52,166); }

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

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

 span { border-color: rgb(188,52,166); }

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