Html Css Color HEX #B44384 Medium Red Violet

📋 copy color: '#B44384'

red 180 ◦ green 67 ◦ blue 132

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

Shades of Medium Red Violet #B44384

Tints of Medium Red Violet #B44384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.68%

 BLUE value IS 132 (51.95% from 255) = 34.83%

R = 47.49%
G = 17.68%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B44384 (or 0xB44384) is known color: Medium Red Violet. HEX triplet: B4, 43 and 84. RGB value is (180,67,132). Sum of RGB (Red+Green+Blue) = 180+67+132=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B44384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44384 is #4BBC7B. Grayscale: #6C6C6C. Windows color (decimal): -4963452 or 8668084. OLE color: 8668084.

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

Color convert

RGB 180 67 132 -
CMYK 0 0.63 0.27 0.29
HSL 325.49º 0.46% 0.48% -
HSV(B) 325.49º 0.63% 0.71% -
XYZ 24.99 15.38 23.48 -
YUV 108.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 180 67 132 0 0.63 0.27 0.29 325.49 0.46 0.48
Hex B4 43 84 0 3F 1B 1D 145 2E 30
Octal 264 103 204 0 77 33 35 505 56 60
Binary 10110100 1000011 10000100 0 111111 11011 11101 101000101 101110 110000

Color Harmonies of #B44384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44384

Black with #B44384

Text Example


Text Example

White with #B44384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44384; }

 p { color: rgb(180,67,132); }

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

background-color css

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

 a { background-color: rgb(180,67,132); }

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

border-color css

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

 span { border-color: rgb(180,67,132); }

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