Html Css Color HEX #B5398A Medium Red Violet

📋 copy color: '#B5398A'

red 181 ◦ green 57 ◦ blue 138

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

Shades of Medium Red Violet #B5398A

Tints of Medium Red Violet #B5398A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 48.14%
G = 15.16%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5398A (or 0xB5398A) is known color: Medium Red Violet. HEX triplet: B5, 39 and 8A. RGB value is (181,57,138). Sum of RGB (Red+Green+Blue) = 181+57+138=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5398A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5398A is #4AC675. Grayscale: #676767. Windows color (decimal): -4900470 or 9058741. OLE color: 9058741.

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

Color convert

RGB 181 57 138 -
CMYK 0 0.69 0.24 0.29
HSL 320.81º 0.52% 0.47% -
HSV(B) 320.81º 0.69% 0.71% -
XYZ 25.11 14.58 25.54 -
YUV 103.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 181 57 138 0 0.69 0.24 0.29 320.81 0.52 0.47
Hex B5 39 8A 0 45 18 1D 141 34 2F
Octal 265 71 212 0 105 30 35 501 64 57
Binary 10110101 111001 10001010 0 1000101 11000 11101 101000001 110100 101111

Color Harmonies of #B5398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5398A

Black with #B5398A

Text Example


Text Example

White with #B5398A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5398A; }

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

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

background-color css

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

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

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

border-color css

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

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

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