Html Css Color HEX #B5398B Medium Red Violet

📋 copy color: '#B5398B'

red 181 ◦ green 57 ◦ blue 139

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

Shades of Medium Red Violet #B5398B

Tints of Medium Red Violet #B5398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 48.01%
G = 15.12%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5398B (or 0xB5398B) is known color: Medium Red Violet. HEX triplet: B5, 39 and 8B. RGB value is (181,57,139). Sum of RGB (Red+Green+Blue) = 181+57+139=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5398B is #4AC674. Grayscale: #676767. Windows color (decimal): -4900469 or 9124277. OLE color: 9124277.

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

Color convert

RGB 181 57 139 -
CMYK 0 0.69 0.23 0.29
HSL 320.32º 0.52% 0.47% -
HSV(B) 320.32º 0.69% 0.71% -
XYZ 25.18 14.61 25.92 -
YUV 103.42 148.08 183.33 -
System Red Green Blue C M Y K H S L
Decimal 181 57 139 0 0.69 0.23 0.29 320.32 0.52 0.47
Hex B5 39 8B 0 45 17 1D 140 34 2F
Octal 265 71 213 0 105 27 35 500 64 57
Binary 10110101 111001 10001011 0 1000101 10111 11101 101000000 110100 101111

Color Harmonies of #B5398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5398B

Black with #B5398B

Text Example


Text Example

White with #B5398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5398B; }

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

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

background-color css

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

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

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

border-color css

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

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

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