Html Css Color HEX #B43982 Medium Red Violet

📋 copy color: '#B43982'

red 180 ◦ green 57 ◦ blue 130

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

Shades of Medium Red Violet #B43982

Tints of Medium Red Violet #B43982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.42%

R = 49.05%
G = 15.53%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B43982 (or 0xB43982) is known color: Medium Red Violet. HEX triplet: B4, 39 and 82. RGB value is (180,57,130). Sum of RGB (Red+Green+Blue) = 180+57+130=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B43982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43982 is #4BC67D. Grayscale: #656565. Windows color (decimal): -4966014 or 8534452. OLE color: 8534452.

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

Color convert

RGB 180 57 130 -
CMYK 0 0.68 0.28 0.29
HSL 324.39º 0.52% 0.46% -
HSV(B) 324.39º 0.68% 0.71% -
XYZ 24.31 14.24 22.59 -
YUV 102.1 143.75 183.56 -
System Red Green Blue C M Y K H S L
Decimal 180 57 130 0 0.68 0.28 0.29 324.39 0.52 0.46
Hex B4 39 82 0 44 1C 1D 144 34 2E
Octal 264 71 202 0 104 34 35 504 64 56
Binary 10110100 111001 10000010 0 1000100 11100 11101 101000100 110100 101110

Color Harmonies of #B43982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43982

Black with #B43982

Text Example


Text Example

White with #B43982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43982; }

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

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

background-color css

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

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

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

border-color css

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

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

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