Html Css Color HEX #B5378D Medium Red Violet

📋 copy color: '#B5378D'

red 181 ◦ green 55 ◦ blue 141

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

Shades of Medium Red Violet #B5378D

Tints of Medium Red Violet #B5378D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 48.01%
G = 14.59%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5378D (or 0xB5378D) is known color: Medium Red Violet. HEX triplet: B5, 37 and 8D. RGB value is (181,55,141). Sum of RGB (Red+Green+Blue) = 181+55+141=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5378D is #4AC872. Grayscale: #666666. Windows color (decimal): -4900979 or 9254837. OLE color: 9254837.

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

Color convert

RGB 181 55 141 -
CMYK 0 0.70 0.22 0.29
HSL 319.05º 0.53% 0.46% -
HSV(B) 319.05º 0.7% 0.71% -
XYZ 25.23 14.48 26.66 -
YUV 102.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 181 55 141 0 0.70 0.22 0.29 319.05 0.53 0.46
Hex B5 37 8D 0 46 16 1D 13F 35 2E
Octal 265 67 215 0 106 26 35 477 65 56
Binary 10110101 110111 10001101 0 1000110 10110 11101 100111111 110101 101110

Color Harmonies of #B5378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5378D

Black with #B5378D

Text Example


Text Example

White with #B5378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5378D; }

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

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

background-color css

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

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

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

border-color css

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

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

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