Html Css Color HEX #B5408B Medium Red Violet

📋 copy color: '#B5408B'

red 181 ◦ green 64 ◦ blue 139

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

Shades of Medium Red Violet #B5408B

Tints of Medium Red Violet #B5408B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.67%

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

R = 47.14%
G = 16.67%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5408B (or 0xB5408B) is known color: Medium Red Violet. HEX triplet: B5, 40 and 8B. RGB value is (181,64,139). Sum of RGB (Red+Green+Blue) = 181+64+139=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B5408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5408B is #4ABF74. Grayscale: #6B6B6B. Windows color (decimal): -4898677 or 9126069. OLE color: 9126069.

HSL color Cylindrical-coordinate representation of color #B5408B: hue angle of 321.54º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5408B is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 64 139 -
CMYK 0 0.65 0.23 0.29
HSL 321.54º 0.48% 0.48% -
HSV(B) 321.54º 0.65% 0.71% -
XYZ 25.55 15.35 26.04 -
YUV 107.53 145.76 180.4 -
System Red Green Blue C M Y K H S L
Decimal 181 64 139 0 0.65 0.23 0.29 321.54 0.48 0.48
Hex B5 40 8B 0 41 17 1D 142 30 30
Octal 265 100 213 0 101 27 35 502 60 60
Binary 10110101 1000000 10001011 0 1000001 10111 11101 101000010 110000 110000

Color Harmonies of #B5408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5408B

Black with #B5408B

Text Example


Text Example

White with #B5408B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5408B; }

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

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

background-color css

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

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

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

border-color css

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

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

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