#B4378A

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

Shades of Medium Red Violet #B4378A

Tints of Medium Red Violet #B4378A

Color information

#B4378A (or 0xB4378A) is unknown color: approx Medium Red Violet. HEX triplet: B4, 37 and 8A. RGB value is (180,55,138). Sum of RGB (Red+Green+Blue) = 180+55+138=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B4378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4378A is #4BC875. Grayscale: #656565. Windows color (decimal): -4966518 or 9058228. OLE color: 9058228.

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

Color convert

RGB18055138-
CMYK00.690.230.29
HSL320.16º53.19%46.08%-
HSV(B)320.16º69.44%70.59%-
XYZ24.7814.2725.49-
YUV101.84148.41183.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 55 (21.88% from 255) = 14.75%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=48.26%
G=14.75%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805513800.690.230.29320.1653.1946.08
HexB4378A045171D140352e
Octal26467212010527355006556
Binary1011010011011110001010010001011011111101101000000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4378A; }

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

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

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

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

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

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

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

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