Html Css Color HEX #B54380 Medium Red Violet

📋 copy color: '#B54380'

red 181 ◦ green 67 ◦ blue 128

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

Shades of Medium Red Violet #B54380

Tints of Medium Red Violet #B54380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.82%

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 48.14%
G = 17.82%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B54380 (or 0xB54380) is known color: Medium Red Violet. HEX triplet: B5, 43 and 80. RGB value is (181,67,128). Sum of RGB (Red+Green+Blue) = 181+67+128=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B54380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54380 is #4ABC7F. Grayscale: #6B6B6B. Windows color (decimal): -4897920 or 8405941. OLE color: 8405941.

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

Color convert

RGB 181 67 128 -
CMYK 0 0.63 0.29 0.29
HSL 327.89º 0.46% 0.49% -
HSV(B) 327.89º 0.63% 0.71% -
XYZ 24.96 15.4 22.08 -
YUV 108.04 139.27 180.04 -
System Red Green Blue C M Y K H S L
Decimal 181 67 128 0 0.63 0.29 0.29 327.89 0.46 0.49
Hex B5 43 80 0 3F 1D 1D 148 2E 31
Octal 265 103 200 0 77 35 35 510 56 61
Binary 10110101 1000011 10000000 0 111111 11101 11101 101001000 101110 110001

Color Harmonies of #B54380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54380

Black with #B54380

Text Example


Text Example

White with #B54380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54380; }

 p { color: rgb(181,67,128); }

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

background-color css

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

 a { background-color: rgb(181,67,128); }

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

border-color css

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

 span { border-color: rgb(181,67,128); }

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