Html Css Color HEX #B5408F Medium Red Violet

📋 copy color: '#B5408F'

red 181 ◦ green 64 ◦ blue 143

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

Shades of Medium Red Violet #B5408F

Tints of Medium Red Violet #B5408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.86%

R = 46.65%
G = 16.49%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B5408F (or 0xB5408F) is known color: Medium Red Violet. HEX triplet: B5, 40 and 8F. RGB value is (181,64,143). Sum of RGB (Red+Green+Blue) = 181+64+143=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5408F is #4ABF70. Grayscale: #6B6B6B. Windows color (decimal): -4898673 or 9388213. OLE color: 9388213.

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

Color convert

RGB 181 64 143 -
CMYK 0 0.65 0.21 0.29
HSL 319.49º 0.48% 0.48% -
HSV(B) 319.49º 0.65% 0.71% -
XYZ 25.85 15.47 27.61 -
YUV 107.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 181 64 143 0 0.65 0.21 0.29 319.49 0.48 0.48
Hex B5 40 8F 0 41 15 1D 13F 30 30
Octal 265 100 217 0 101 25 35 477 60 60
Binary 10110101 1000000 10001111 0 1000001 10101 11101 100111111 110000 110000

Color Harmonies of #B5408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5408F

Black with #B5408F

Text Example


Text Example

White with #B5408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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