Html Css Color HEX #B41481 Medium Violet Red

📋 copy color: '#B41481'

red 180 ◦ green 20 ◦ blue 129

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

Shades of Medium Violet Red #B41481

Tints of Medium Violet Red #B41481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.08%

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

R = 54.71%
G = 6.08%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B41481 (or 0xB41481) is known color: Medium Violet Red. HEX triplet: B4, 14 and 81. RGB value is (180,20,129). Sum of RGB (Red+Green+Blue) = 180+20+129=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B41481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41481 is #4BEB7E. Grayscale: #4F4F4F. Windows color (decimal): -4975487 or 8459444. OLE color: 8459444.

HSL color Cylindrical-coordinate representation of color #B41481: hue angle of 319.12º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41481 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 20 129 -
CMYK 0 0.89 0.28 0.29
HSL 319.13º 0.8% 0.39% -
HSV(B) 319.13º 0.89% 0.71% -
XYZ 23.04 11.79 21.83 -
YUV 80.27 155.51 199.14 -
System Red Green Blue C M Y K H S L
Decimal 180 20 129 0 0.89 0.28 0.29 319.13 0.8 0.39
Hex B4 14 81 0 59 1C 1D 13F 50 27
Octal 264 24 201 0 131 34 35 477 120 47
Binary 10110100 10100 10000001 0 1011001 11100 11101 100111111 1010000 100111

Color Harmonies of #B41481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41481

Black with #B41481

Text Example


Text Example

White with #B41481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41481; }

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

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

background-color css

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

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

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

border-color css

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

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

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