Html Css Color HEX #B54081 Medium Red Violet

📋 copy color: '#B54081'

red 181 ◦ green 64 ◦ blue 129

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

Shades of Medium Red Violet #B54081

Tints of Medium Red Violet #B54081

RGB

 RED value IS 181 (71.09% from 255) = 48.4%

 GREEN value IS 64 (25.39% from 255) = 17.11%

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

R = 48.4%
G = 17.11%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B54081 (or 0xB54081) is known color: Medium Red Violet. HEX triplet: B5, 40 and 81. RGB value is (181,64,129). Sum of RGB (Red+Green+Blue) = 181+64+129=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B54081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54081 is #4ABF7E. Grayscale: #6A6A6A. Windows color (decimal): -4898687 or 8470709. OLE color: 8470709.

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

Color convert

RGB 181 64 129 -
CMYK 0 0.65 0.29 0.29
HSL 326.67º 0.48% 0.48% -
HSV(B) 326.67º 0.65% 0.71% -
XYZ 24.85 15.08 22.37 -
YUV 106.39 140.76 181.21 -
System Red Green Blue C M Y K H S L
Decimal 181 64 129 0 0.65 0.29 0.29 326.67 0.48 0.48
Hex B5 40 81 0 41 1D 1D 147 30 30
Octal 265 100 201 0 101 35 35 507 60 60
Binary 10110101 1000000 10000001 0 1000001 11101 11101 101000111 110000 110000

Color Harmonies of #B54081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54081

Black with #B54081

Text Example


Text Example

White with #B54081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54081; }

 p { color: rgb(181,64,129); }

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

background-color css

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

 a { background-color: rgb(181,64,129); }

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

border-color css

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

 span { border-color: rgb(181,64,129); }

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