Html Css Color HEX #B5147C Medium Violet Red

📋 copy color: '#B5147C'

red 181 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #B5147C

Tints of Medium Violet Red #B5147C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 55.69%
G = 6.15%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5147C (or 0xB5147C) is known color: Medium Violet Red. HEX triplet: B5, 14 and 7C. RGB value is (181,20,124). Sum of RGB (Red+Green+Blue) = 181+20+124=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5147C is #4AEB83. Grayscale: #4F4F4F. Windows color (decimal): -4909956 or 8131765. OLE color: 8131765.

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

Color convert

RGB 181 20 124 -
CMYK 0 0.89 0.31 0.29
HSL 321.24º 0.8% 0.39% -
HSV(B) 321.24º 0.89% 0.71% -
XYZ 22.94 11.78 20.13 -
YUV 80 152.84 200.04 -
System Red Green Blue C M Y K H S L
Decimal 181 20 124 0 0.89 0.31 0.29 321.24 0.8 0.39
Hex B5 14 7C 0 59 1F 1D 141 50 27
Octal 265 24 174 0 131 37 35 501 120 47
Binary 10110101 10100 1111100 0 1011001 11111 11101 101000001 1010000 100111

Color Harmonies of #B5147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5147C

Black with #B5147C

Text Example


Text Example

White with #B5147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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