#B43B82

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

Shades of Medium Red Violet #B43B82

Tints of Medium Red Violet #B43B82

Color information

#B43B82 (or 0xB43B82) is unknown color: approx Medium Red Violet. HEX triplet: B4, 3B and 82. RGB value is (180,59,130). Sum of RGB (Red+Green+Blue) = 180+59+130=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43B82 is #4BC47D. Grayscale: #676767. Windows color (decimal): -4965502 or 8534964. OLE color: 8534964.

HSL color Cylindrical-coordinate representation of color #B43B82: hue angle of 324.79º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43B82 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB18059130-
CMYK00.670.280.29
HSL324.79º50.63%46.86%-
HSV(B)324.79º67.22%70.59%-
XYZ24.4214.4422.62-
YUV103.27143.09182.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 59 (23.44% from 255) = 15.99%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=48.78%
G=15.99%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805913000.670.280.29324.7950.6346.86
HexB43B820431C1D145332f
Octal26473202010334355056357
Binary1011010011101110000010010000111110011101101000101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43B82; }

 p { color: rgb(180,59,130); }

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

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

 a { background-color: rgb(180,59,130); }

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

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

 span { border-color: rgb(180,59,130); }

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