#B4347D

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

Shades of Medium Red Violet #B4347D

Tints of Medium Red Violet #B4347D

Color information

#B4347D (or 0xB4347D) is unknown color: approx Medium Red Violet. HEX triplet: B4, 34 and 7D. RGB value is (180,52,125). Sum of RGB (Red+Green+Blue) = 180+52+125=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4347D is #4BCB82. Grayscale: #626262. Windows color (decimal): -4967299 or 8205492. OLE color: 8205492.

HSL color Cylindrical-coordinate representation of color #B4347D: hue angle of 325.78º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B4347D is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18052125-
CMYK00.710.310.29
HSL325.78º55.17%45.49%-
HSV(B)325.78º71.11%70.59%-
XYZ23.7513.6420.78-
YUV98.59142.91186.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 52 (20.70% from 255) = 14.57%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=50.42%
G=14.57%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805212500.710.310.29325.7855.1745.49
HexB4347D0471F1D146372d
Octal26464175010737355066755
Binary101101001101001111101010001111111111101101000110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4347D; }

 p { color: rgb(180,52,125); }

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

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

 a { background-color: rgb(180,52,125); }

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

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

 span { border-color: rgb(180,52,125); }

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