Html Css Color HEX #B5377A Medium Red Violet

📋 copy color: '#B5377A'

red 181 ◦ green 55 ◦ blue 122

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

Shades of Medium Red Violet #B5377A

Tints of Medium Red Violet #B5377A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.36%

 BLUE value IS 122 (48.05% from 255) = 34.08%

R = 50.56%
G = 15.36%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5377A (or 0xB5377A) is known color: Medium Red Violet. HEX triplet: B5, 37 and 7A. RGB value is (181,55,122). Sum of RGB (Red+Green+Blue) = 181+55+122=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5377A is #4AC885. Grayscale: #646464. Windows color (decimal): -4900998 or 8009653. OLE color: 8009653.

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

Color convert

RGB 181 55 122 -
CMYK 0 0.70 0.33 0.29
HSL 328.1º 0.53% 0.46% -
HSV(B) 328.1º 0.7% 0.71% -
XYZ 23.94 13.96 19.85 -
YUV 100.31 140.24 185.55 -
System Red Green Blue C M Y K H S L
Decimal 181 55 122 0 0.70 0.33 0.29 328.1 0.53 0.46
Hex B5 37 7A 0 46 21 1D 148 35 2E
Octal 265 67 172 0 106 41 35 510 65 56
Binary 10110101 110111 1111010 0 1000110 100001 11101 101001000 110101 101110

Color Harmonies of #B5377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5377A

Black with #B5377A

Text Example


Text Example

White with #B5377A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5377A; }

 p { color: rgb(181,55,122); }

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

background-color css

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

 a { background-color: rgb(181,55,122); }

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

border-color css

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

 span { border-color: rgb(181,55,122); }

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