Html Css Color HEX #B5397D Medium Red Violet

📋 copy color: '#B5397D'

red 181 ◦ green 57 ◦ blue 125

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

Shades of Medium Red Violet #B5397D

Tints of Medium Red Violet #B5397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.7%

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 49.86%
G = 15.7%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5397D (or 0xB5397D) is known color: Medium Red Violet. HEX triplet: B5, 39 and 7D. RGB value is (181,57,125). Sum of RGB (Red+Green+Blue) = 181+57+125=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5397D is #4AC682. Grayscale: #656565. Windows color (decimal): -4900483 or 8206773. OLE color: 8206773.

HSL color Cylindrical-coordinate representation of color #B5397D: hue angle of 327.1º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5397D is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 57 125 -
CMYK 0 0.69 0.31 0.29
HSL 327.1º 0.52% 0.47% -
HSV(B) 327.1º 0.69% 0.71% -
XYZ 24.22 14.23 20.87 -
YUV 101.83 141.08 184.47 -
System Red Green Blue C M Y K H S L
Decimal 181 57 125 0 0.69 0.31 0.29 327.1 0.52 0.47
Hex B5 39 7D 0 45 1F 1D 147 34 2F
Octal 265 71 175 0 105 37 35 507 64 57
Binary 10110101 111001 1111101 0 1000101 11111 11101 101000111 110100 101111

Color Harmonies of #B5397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5397D

Black with #B5397D

Text Example


Text Example

White with #B5397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5397D; }

 p { color: rgb(181,57,125); }

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

background-color css

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

 a { background-color: rgb(181,57,125); }

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

border-color css

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

 span { border-color: rgb(181,57,125); }

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