#B4358A

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

Shades of Medium Red Violet #B4358A

Tints of Medium Red Violet #B4358A

Color information

#B4358A (or 0xB4358A) is unknown color: approx Medium Red Violet. HEX triplet: B4, 35 and 8A. RGB value is (180,53,138). Sum of RGB (Red+Green+Blue) = 180+53+138=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4358A is #4BCA75. Grayscale: #646464. Windows color (decimal): -4967030 or 9057716. OLE color: 9057716.

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

Color convert

RGB18053138-
CMYK00.710.230.29
HSL319.84º54.51%45.69%-
HSV(B)319.84º70.56%70.59%-
XYZ24.6814.0825.46-
YUV100.66149.08184.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 53 (21.09% from 255) = 14.29%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=48.52%
G=14.29%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805313800.710.230.29319.8454.5145.69
HexB4358A047171D140372e
Octal26465212010727355006756
Binary1011010011010110001010010001111011111101101000000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4358A; }

 p { color: rgb(180,53,138); }

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

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

 a { background-color: rgb(180,53,138); }

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

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

 span { border-color: rgb(180,53,138); }

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