Html Css Color HEX #B5378A Medium Red Violet

📋 copy color: '#B5378A'

red 181 ◦ green 55 ◦ blue 138

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

Shades of Medium Red Violet #B5378A

Tints of Medium Red Violet #B5378A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.9%

R = 48.4%
G = 14.71%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5378A (or 0xB5378A) is known color: Medium Red Violet. HEX triplet: B5, 37 and 8A. RGB value is (181,55,138). Sum of RGB (Red+Green+Blue) = 181+55+138=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5378A is #4AC875. Grayscale: #656565. Windows color (decimal): -4900982 or 9058229. OLE color: 9058229.

HSL color Cylindrical-coordinate representation of color #B5378A: hue angle of 320.48º 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 #B5378A is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 55 138 -
CMYK 0 0.70 0.24 0.29
HSL 320.48º 0.53% 0.46% -
HSV(B) 320.48º 0.7% 0.71% -
XYZ 25.01 14.39 25.5 -
YUV 102.14 148.24 184.25 -
System Red Green Blue C M Y K H S L
Decimal 181 55 138 0 0.70 0.24 0.29 320.48 0.53 0.46
Hex B5 37 8A 0 46 18 1D 140 35 2E
Octal 265 67 212 0 106 30 35 500 65 56
Binary 10110101 110111 10001010 0 1000110 11000 11101 101000000 110101 101110

Color Harmonies of #B5378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5378A

Black with #B5378A

Text Example


Text Example

White with #B5378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5378A; }

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

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

background-color css

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

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

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

border-color css

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

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

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