Html Css Color HEX #B44483 Medium Red Violet

📋 copy color: '#B44483'

red 180 ◦ green 68 ◦ blue 131

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

Shades of Medium Red Violet #B44483

Tints of Medium Red Violet #B44483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.56%

R = 47.49%
G = 17.94%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B44483 (or 0xB44483) is known color: Medium Red Violet. HEX triplet: B4, 44 and 83. RGB value is (180,68,131). Sum of RGB (Red+Green+Blue) = 180+68+131=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B44483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44483 is #4BBB7C. Grayscale: #6C6C6C. Windows color (decimal): -4963197 or 8602804. OLE color: 8602804.

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

Color convert

RGB 180 68 131 -
CMYK 0 0.62 0.27 0.29
HSL 326.25º 0.45% 0.49% -
HSV(B) 326.25º 0.62% 0.71% -
XYZ 24.99 15.48 23.14 -
YUV 108.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 180 68 131 0 0.62 0.27 0.29 326.25 0.45 0.49
Hex B4 44 83 0 3E 1B 1D 146 2D 31
Octal 264 104 203 0 76 33 35 506 55 61
Binary 10110100 1000100 10000011 0 111110 11011 11101 101000110 101101 110001

Color Harmonies of #B44483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44483

Black with #B44483

Text Example


Text Example

White with #B44483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44483; }

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

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

background-color css

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

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

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

border-color css

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

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

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