Html Css Color HEX #B5407E Medium Red Violet

📋 copy color: '#B5407E'

red 181 ◦ green 64 ◦ blue 126

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

Shades of Medium Red Violet #B5407E

Tints of Medium Red Violet #B5407E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 48.79%
G = 17.25%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5407E (or 0xB5407E) is known color: Medium Red Violet. HEX triplet: B5, 40 and 7E. RGB value is (181,64,126). Sum of RGB (Red+Green+Blue) = 181+64+126=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5407E is #4ABF81. Grayscale: #696969. Windows color (decimal): -4898690 or 8274101. OLE color: 8274101.

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

Color convert

RGB 181 64 126 -
CMYK 0 0.65 0.30 0.29
HSL 328.21º 0.48% 0.48% -
HSV(B) 328.21º 0.65% 0.71% -
XYZ 24.66 15 21.33 -
YUV 106.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 181 64 126 0 0.65 0.30 0.29 328.21 0.48 0.48
Hex B5 40 7E 0 41 1E 1D 148 30 30
Octal 265 100 176 0 101 36 35 510 60 60
Binary 10110101 1000000 1111110 0 1000001 11110 11101 101001000 110000 110000

Color Harmonies of #B5407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5407E

Black with #B5407E

Text Example


Text Example

White with #B5407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5407E; }

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

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

background-color css

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

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

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

border-color css

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

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

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