Html Css Color HEX #B5147F Medium Violet Red

📋 copy color: '#B5147F'

red 181 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #B5147F

Tints of Medium Violet Red #B5147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.1%

 BLUE value IS 127 (50% from 255) = 38.72%

R = 55.18%
G = 6.1%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5147F (or 0xB5147F) is known color: Medium Violet Red. HEX triplet: B5, 14 and 7F. RGB value is (181,20,127). Sum of RGB (Red+Green+Blue) = 181+20+127=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5147F is #4AEB80. Grayscale: #505050. Windows color (decimal): -4909953 or 8328373. OLE color: 8328373.

HSL color Cylindrical-coordinate representation of color #B5147F: hue angle of 320.12º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B5147F is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 20 127 -
CMYK 0 0.89 0.30 0.29
HSL 320.12º 0.8% 0.39% -
HSV(B) 320.12º 0.89% 0.71% -
XYZ 23.14 11.86 21.15 -
YUV 80.34 154.34 199.8 -
System Red Green Blue C M Y K H S L
Decimal 181 20 127 0 0.89 0.30 0.29 320.12 0.8 0.39
Hex B5 14 7F 0 59 1E 1D 140 50 27
Octal 265 24 177 0 131 36 35 500 120 47
Binary 10110101 10100 1111111 0 1011001 11110 11101 101000000 1010000 100111

Color Harmonies of #B5147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5147F

Black with #B5147F

Text Example


Text Example

White with #B5147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5147F; }

 p { color: rgb(181,20,127); }

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

background-color css

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

 a { background-color: rgb(181,20,127); }

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

border-color css

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

 span { border-color: rgb(181,20,127); }

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