Html Css Color HEX #B5397F Medium Red Violet

📋 copy color: '#B5397F'

red 181 ◦ green 57 ◦ blue 127

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

Shades of Medium Red Violet #B5397F

Tints of Medium Red Violet #B5397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.79%

R = 49.59%
G = 15.62%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5397F (or 0xB5397F) is known color: Medium Red Violet. HEX triplet: B5, 39 and 7F. RGB value is (181,57,127). Sum of RGB (Red+Green+Blue) = 181+57+127=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B5397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5397F is #4AC680. Grayscale: #656565. Windows color (decimal): -4900481 or 8337845. OLE color: 8337845.

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

Color convert

RGB 181 57 127 -
CMYK 0 0.69 0.30 0.29
HSL 326.13º 0.52% 0.47% -
HSV(B) 326.13º 0.69% 0.71% -
XYZ 24.35 14.28 21.55 -
YUV 102.06 142.08 184.31 -
System Red Green Blue C M Y K H S L
Decimal 181 57 127 0 0.69 0.30 0.29 326.13 0.52 0.47
Hex B5 39 7F 0 45 1E 1D 146 34 2F
Octal 265 71 177 0 105 36 35 506 64 57
Binary 10110101 111001 1111111 0 1000101 11110 11101 101000110 110100 101111

Color Harmonies of #B5397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5397F

Black with #B5397F

Text Example


Text Example

White with #B5397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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