Html Css Color HEX #B5379B Medium Red Violet

📋 copy color: '#B5379B'

red 181 ◦ green 55 ◦ blue 155

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

Shades of Medium Red Violet #B5379B

Tints of Medium Red Violet #B5379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.64%

R = 46.29%
G = 14.07%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5379B (or 0xB5379B) is known color: Medium Red Violet. HEX triplet: B5, 37 and 9B. RGB value is (181,55,155). Sum of RGB (Red+Green+Blue) = 181+55+155=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5379B is #4AC864. Grayscale: #676767. Windows color (decimal): -4900965 or 10172341. OLE color: 10172341.

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

Color convert

RGB 181 55 155 -
CMYK 0 0.70 0.14 0.29
HSL 312.38º 0.53% 0.46% -
HSV(B) 312.38º 0.7% 0.71% -
XYZ 26.34 14.92 32.5 -
YUV 104.07 156.74 182.87 -
System Red Green Blue C M Y K H S L
Decimal 181 55 155 0 0.70 0.14 0.29 312.38 0.53 0.46
Hex B5 37 9B 0 46 E 1D 138 35 2E
Octal 265 67 233 0 106 16 35 470 65 56
Binary 10110101 110111 10011011 0 1000110 1110 11101 100111000 110101 101110

Color Harmonies of #B5379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5379B

Black with #B5379B

Text Example


Text Example

White with #B5379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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