Html Css Color HEX #B44281 Medium Red Violet

📋 copy color: '#B44281'

red 180 ◦ green 66 ◦ blue 129

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

Shades of Medium Red Violet #B44281

Tints of Medium Red Violet #B44281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 48%
G = 17.6%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B44281 (or 0xB44281) is known color: Medium Red Violet. HEX triplet: B4, 42 and 81. RGB value is (180,66,129). Sum of RGB (Red+Green+Blue) = 180+66+129=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B44281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44281 is #4BBD7E. Grayscale: #6B6B6B. Windows color (decimal): -4963711 or 8471220. OLE color: 8471220.

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

Color convert

RGB 180 66 129 -
CMYK 0 0.63 0.28 0.29
HSL 326.84º 0.46% 0.48% -
HSV(B) 326.84º 0.63% 0.71% -
XYZ 24.73 15.18 22.4 -
YUV 107.27 140.27 179.88 -
System Red Green Blue C M Y K H S L
Decimal 180 66 129 0 0.63 0.28 0.29 326.84 0.46 0.48
Hex B4 42 81 0 3F 1C 1D 147 2E 30
Octal 264 102 201 0 77 34 35 507 56 60
Binary 10110100 1000010 10000001 0 111111 11100 11101 101000111 101110 110000

Color Harmonies of #B44281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44281

Black with #B44281

Text Example


Text Example

White with #B44281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44281; }

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

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

background-color css

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

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

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

border-color css

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

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

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