Html Css Color HEX #B44287 Medium Red Violet

📋 copy color: '#B44287'

red 180 ◦ green 66 ◦ blue 135

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

Shades of Medium Red Violet #B44287

Tints of Medium Red Violet #B44287

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.32%

 BLUE value IS 135 (53.13% from 255) = 35.43%

R = 47.24%
G = 17.32%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B44287 (or 0xB44287) is known color: Medium Red Violet. HEX triplet: B4, 42 and 87. RGB value is (180,66,135). Sum of RGB (Red+Green+Blue) = 180+66+135=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B44287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44287 is #4BBD78. Grayscale: #6B6B6B. Windows color (decimal): -4963705 or 8864436. OLE color: 8864436.

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

Color convert

RGB 180 66 135 -
CMYK 0 0.63 0.25 0.29
HSL 323.68º 0.46% 0.48% -
HSV(B) 323.68º 0.63% 0.71% -
XYZ 25.14 15.35 24.56 -
YUV 107.95 143.27 179.39 -
System Red Green Blue C M Y K H S L
Decimal 180 66 135 0 0.63 0.25 0.29 323.68 0.46 0.48
Hex B4 42 87 0 3F 19 1D 144 2E 30
Octal 264 102 207 0 77 31 35 504 56 60
Binary 10110100 1000010 10000111 0 111111 11001 11101 101000100 101110 110000

Color Harmonies of #B44287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44287

Black with #B44287

Text Example


Text Example

White with #B44287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44287; }

 p { color: rgb(180,66,135); }

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

background-color css

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

 a { background-color: rgb(180,66,135); }

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

border-color css

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

 span { border-color: rgb(180,66,135); }

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