Html Css Color HEX #B5409D Medium Red Violet

📋 copy color: '#B5409D'

red 181 ◦ green 64 ◦ blue 157

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

Shades of Medium Red Violet #B5409D

Tints of Medium Red Violet #B5409D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.05%

R = 45.02%
G = 15.92%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5409D (or 0xB5409D) is known color: Medium Red Violet. HEX triplet: B5, 40 and 9D. RGB value is (181,64,157). Sum of RGB (Red+Green+Blue) = 181+64+157=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B5409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5409D is #4ABF62. Grayscale: #6D6D6D. Windows color (decimal): -4898659 or 10305717. OLE color: 10305717.

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

Color convert

RGB 181 64 157 -
CMYK 0 0.65 0.13 0.29
HSL 312.31º 0.48% 0.48% -
HSV(B) 312.31º 0.65% 0.71% -
XYZ 26.98 15.92 33.55 -
YUV 109.59 154.76 178.94 -
System Red Green Blue C M Y K H S L
Decimal 181 64 157 0 0.65 0.13 0.29 312.31 0.48 0.48
Hex B5 40 9D 0 41 D 1D 138 30 30
Octal 265 100 235 0 101 15 35 470 60 60
Binary 10110101 1000000 10011101 0 1000001 1101 11101 100111000 110000 110000

Color Harmonies of #B5409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5409D

Black with #B5409D

Text Example


Text Example

White with #B5409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5409D; }

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

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

background-color css

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

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

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

border-color css

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

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

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