Html Css Color HEX #B04481 Medium Red Violet

📋 copy color: '#B04481'

red 176 ◦ green 68 ◦ blue 129

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

Shades of Medium Red Violet #B04481

Tints of Medium Red Violet #B04481

RGB

 RED value IS 176 (69.14% from 255) = 47.18%

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

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

R = 47.18%
G = 18.23%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B04481 (or 0xB04481) is known color: Medium Red Violet. HEX triplet: B0, 44 and 81. RGB value is (176,68,129). Sum of RGB (Red+Green+Blue) = 176+68+129=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B04481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04481 is #4FBB7E. Grayscale: #6B6B6B. Windows color (decimal): -5225343 or 8471728. OLE color: 8471728.

HSL color Cylindrical-coordinate representation of color #B04481: hue angle of 326.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04481 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 68 129 -
CMYK 0 0.61 0.27 0.31
HSL 326.11º 0.44% 0.48% -
HSV(B) 326.11º 0.61% 0.69% -
XYZ 23.93 14.95 22.39 -
YUV 107.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 176 68 129 0 0.61 0.27 0.31 326.11 0.44 0.48
Hex B0 44 81 0 3D 1B 1F 146 2C 30
Octal 260 104 201 0 75 33 37 506 54 60
Binary 10110000 1000100 10000001 0 111101 11011 11111 101000110 101100 110000

Color Harmonies of #B04481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04481

Black with #B04481

Text Example


Text Example

White with #B04481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04481; }

 p { color: rgb(176,68,129); }

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

background-color css

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

 a { background-color: rgb(176,68,129); }

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

border-color css

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

 span { border-color: rgb(176,68,129); }

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