Html Css Color HEX #B5409E Medium Red Violet

📋 copy color: '#B5409E'

red 181 ◦ green 64 ◦ blue 158

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

Shades of Medium Red Violet #B5409E

Tints of Medium Red Violet #B5409E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.21%

R = 44.91%
G = 15.88%
B = 39.21%

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

#B5409E (or 0xB5409E) is known color: Medium Red Violet. HEX triplet: B5, 40 and 9E. RGB value is (181,64,158). Sum of RGB (Red+Green+Blue) = 181+64+158=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5409E is #4ABF61. Grayscale: #6D6D6D. Windows color (decimal): -4898658 or 10371253. OLE color: 10371253.

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

Color convert

RGB 181 64 158 -
CMYK 0 0.65 0.13 0.29
HSL 311.79º 0.48% 0.48% -
HSV(B) 311.79º 0.65% 0.71% -
XYZ 27.06 15.96 34 -
YUV 109.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 181 64 158 0 0.65 0.13 0.29 311.79 0.48 0.48
Hex B5 40 9E 0 41 D 1D 138 30 30
Octal 265 100 236 0 101 15 35 470 60 60
Binary 10110101 1000000 10011110 0 1000001 1101 11101 100111000 110000 110000

Color Harmonies of #B5409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5409E

Black with #B5409E

Text Example


Text Example

White with #B5409E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5409E; }

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

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

background-color css

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

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

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

border-color css

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

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

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