Html Css Color HEX #B44486 Medium Red Violet

📋 copy color: '#B44486'

red 180 ◦ green 68 ◦ blue 134

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

Shades of Medium Red Violet #B44486

Tints of Medium Red Violet #B44486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.8%

 BLUE value IS 134 (52.73% from 255) = 35.08%

R = 47.12%
G = 17.8%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B44486 (or 0xB44486) is known color: Medium Red Violet. HEX triplet: B4, 44 and 86. RGB value is (180,68,134). Sum of RGB (Red+Green+Blue) = 180+68+134=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B44486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44486 is #4BBB79. Grayscale: #6C6C6C. Windows color (decimal): -4963194 or 8799412. OLE color: 8799412.

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

Color convert

RGB 180 68 134 -
CMYK 0 0.62 0.26 0.29
HSL 324.64º 0.45% 0.49% -
HSV(B) 324.64º 0.62% 0.71% -
XYZ 25.19 15.56 24.23 -
YUV 109.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 180 68 134 0 0.62 0.26 0.29 324.64 0.45 0.49
Hex B4 44 86 0 3E 1A 1D 145 2D 31
Octal 264 104 206 0 76 32 35 505 55 61
Binary 10110100 1000100 10000110 0 111110 11010 11101 101000101 101101 110001

Color Harmonies of #B44486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44486

Black with #B44486

Text Example


Text Example

White with #B44486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44486; }

 p { color: rgb(180,68,134); }

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

background-color css

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

 a { background-color: rgb(180,68,134); }

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

border-color css

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

 span { border-color: rgb(180,68,134); }

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