#B43378

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

Shades of Medium Red Violet #B43378

Tints of Medium Red Violet #B43378

Color information

#B43378 (or 0xB43378) is unknown color: approx Medium Red Violet. HEX triplet: B4, 33 and 78. RGB value is (180,51,120). Sum of RGB (Red+Green+Blue) = 180+51+120=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B43378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43378 is #4BCC87. Grayscale: #616161. Windows color (decimal): -4967560 or 7877556. OLE color: 7877556.

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

Color convert

RGB18051120-
CMYK00.720.330.29
HSL327.91º55.84%45.29%-
HSV(B)327.91º71.67%70.59%-
XYZ23.413.4319.13-
YUV97.44140.74186.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 51 (20.31% from 255) = 14.53%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=51.28%
G=14.53%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805112000.720.330.29327.9155.8445.29
HexB43378048211D148382d
Octal26463170011041355107055
Binary1011010011001111110000100100010000111101101001000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43378; }

 p { color: rgb(180,51,120); }

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

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

 a { background-color: rgb(180,51,120); }

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

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

 span { border-color: rgb(180,51,120); }

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