Html Css Color HEX #B43980 Medium Red Violet

📋 copy color: '#B43980'

red 180 ◦ green 57 ◦ blue 128

#B43980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B43980

Tints of Medium Red Violet #B43980

RGB

 RED value IS 180 (70.7% from 255) = 49.32%

 GREEN value IS 57 (22.66% from 255) = 15.62%

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 49.32%
G = 15.62%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B43980 (or 0xB43980) is known color: Medium Red Violet. HEX triplet: B4, 39 and 80. RGB value is (180,57,128). Sum of RGB (Red+Green+Blue) = 180+57+128=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B43980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43980 is #4BC67F. Grayscale: #656565. Windows color (decimal): -4966016 or 8403380. OLE color: 8403380.

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

Color convert

RGB 180 57 128 -
CMYK 0 0.68 0.29 0.29
HSL 325.37º 0.52% 0.46% -
HSV(B) 325.37º 0.68% 0.71% -
XYZ 24.18 14.19 21.89 -
YUV 101.87 142.75 183.73 -
System Red Green Blue C M Y K H S L
Decimal 180 57 128 0 0.68 0.29 0.29 325.37 0.52 0.46
Hex B4 39 80 0 44 1D 1D 145 34 2E
Octal 264 71 200 0 104 35 35 505 64 56
Binary 10110100 111001 10000000 0 1000100 11101 11101 101000101 110100 101110

Color Harmonies of #B43980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43980

Black with #B43980

Text Example


Text Example

White with #B43980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43980; }

 p { color: rgb(180,57,128); }

 H1.HeaderClassName
 {
   color: #B43980;
 }
 .AnyTagClassName
 {
   color: #B43980;
 }
</style>

background-color css

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

 a { background-color: rgb(180,57,128); }

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

border-color css

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

 span { border-color: rgb(180,57,128); }

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