Html Css Color HEX #B5378C Medium Red Violet

📋 copy color: '#B5378C'

red 181 ◦ green 55 ◦ blue 140

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

Shades of Medium Red Violet #B5378C

Tints of Medium Red Violet #B5378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 48.14%
G = 14.63%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5378C (or 0xB5378C) is known color: Medium Red Violet. HEX triplet: B5, 37 and 8C. RGB value is (181,55,140). Sum of RGB (Red+Green+Blue) = 181+55+140=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5378C is #4AC873. Grayscale: #666666. Windows color (decimal): -4900980 or 9189301. OLE color: 9189301.

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

Color convert

RGB 181 55 140 -
CMYK 0 0.70 0.23 0.29
HSL 319.52º 0.53% 0.46% -
HSV(B) 319.52º 0.7% 0.71% -
XYZ 25.16 14.45 26.27 -
YUV 102.36 149.24 184.09 -
System Red Green Blue C M Y K H S L
Decimal 181 55 140 0 0.70 0.23 0.29 319.52 0.53 0.46
Hex B5 37 8C 0 46 17 1D 140 35 2E
Octal 265 67 214 0 106 27 35 500 65 56
Binary 10110101 110111 10001100 0 1000110 10111 11101 101000000 110101 101110

Color Harmonies of #B5378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5378C

Black with #B5378C

Text Example


Text Example

White with #B5378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5378C; }

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

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

background-color css

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

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

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

border-color css

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

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

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