Html Css Color HEX #B5408D Medium Red Violet

📋 copy color: '#B5408D'

red 181 ◦ green 64 ◦ blue 141

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

Shades of Medium Red Violet #B5408D

Tints of Medium Red Violet #B5408D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 46.89%
G = 16.58%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5408D (or 0xB5408D) is known color: Medium Red Violet. HEX triplet: B5, 40 and 8D. RGB value is (181,64,141). Sum of RGB (Red+Green+Blue) = 181+64+141=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B5408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5408D is #4ABF72. Grayscale: #6B6B6B. Windows color (decimal): -4898675 or 9257141. OLE color: 9257141.

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

Color convert

RGB 181 64 141 -
CMYK 0 0.65 0.22 0.29
HSL 320.51º 0.48% 0.48% -
HSV(B) 320.51º 0.65% 0.71% -
XYZ 25.7 15.41 26.82 -
YUV 107.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 181 64 141 0 0.65 0.22 0.29 320.51 0.48 0.48
Hex B5 40 8D 0 41 16 1D 141 30 30
Octal 265 100 215 0 101 26 35 501 60 60
Binary 10110101 1000000 10001101 0 1000001 10110 11101 101000001 110000 110000

Color Harmonies of #B5408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5408D

Black with #B5408D

Text Example


Text Example

White with #B5408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5408D; }

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

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

background-color css

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

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

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

border-color css

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

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

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