Html Css Color HEX #B5408A Medium Red Violet

📋 copy color: '#B5408A'

red 181 ◦ green 64 ◦ blue 138

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

Shades of Medium Red Violet #B5408A

Tints of Medium Red Violet #B5408A

RGB

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

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

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

R = 47.26%
G = 16.71%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5408A (or 0xB5408A) is known color: Medium Red Violet. HEX triplet: B5, 40 and 8A. RGB value is (181,64,138). Sum of RGB (Red+Green+Blue) = 181+64+138=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B5408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5408A is #4ABF75. Grayscale: #6B6B6B. Windows color (decimal): -4898678 or 9060533. OLE color: 9060533.

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

Color convert

RGB 181 64 138 -
CMYK 0 0.65 0.24 0.29
HSL 322.05º 0.48% 0.48% -
HSV(B) 322.05º 0.65% 0.71% -
XYZ 25.48 15.33 25.66 -
YUV 107.42 145.26 180.48 -
System Red Green Blue C M Y K H S L
Decimal 181 64 138 0 0.65 0.24 0.29 322.05 0.48 0.48
Hex B5 40 8A 0 41 18 1D 142 30 30
Octal 265 100 212 0 101 30 35 502 60 60
Binary 10110101 1000000 10001010 0 1000001 11000 11101 101000010 110000 110000

Color Harmonies of #B5408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5408A

Black with #B5408A

Text Example


Text Example

White with #B5408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5408A; }

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

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

background-color css

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

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

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

border-color css

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

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

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