#B43775

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

Shades of Medium Red Violet #B43775

Tints of Medium Red Violet #B43775

Color information

#B43775 (or 0xB43775) is unknown color: approx Medium Red Violet. HEX triplet: B4, 37 and 75. RGB value is (180,55,117). Sum of RGB (Red+Green+Blue) = 180+55+117=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B43775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43775 is #4BC88A. Grayscale: #636363. Windows color (decimal): -4966539 or 7681972. OLE color: 7681972.

HSL color Cylindrical-coordinate representation of color #B43775: hue angle of 330.24º 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 #B43775 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18055117-
CMYK00.690.350.29
HSL330.24º53.19%46.08%-
HSV(B)330.24º69.44%70.59%-
XYZ23.413.7218.24-
YUV99.44137.91185.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.14%
GREEN value IS 55 (21.88% from 255) = 15.62%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=51.14%
G=15.62%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805511700.690.350.29330.2453.1946.08
HexB43775045231D14a352e
Octal26467165010543355126556
Binary1011010011011111101010100010110001111101101001010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43775; }

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

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

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

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

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

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

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

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