Html Css Color HEX #B5147A Medium Violet Red

📋 copy color: '#B5147A'

red 181 ◦ green 20 ◦ blue 122

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

Shades of Medium Violet Red #B5147A

Tints of Medium Violet Red #B5147A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.77%

R = 56.04%
G = 6.19%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5147A (or 0xB5147A) is known color: Medium Violet Red. HEX triplet: B5, 14 and 7A. RGB value is (181,20,122). Sum of RGB (Red+Green+Blue) = 181+20+122=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5147A is #4AEB85. Grayscale: #4F4F4F. Windows color (decimal): -4909958 or 8000693. OLE color: 8000693.

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

Color convert

RGB 181 20 122 -
CMYK 0 0.89 0.33 0.29
HSL 321.99º 0.8% 0.39% -
HSV(B) 321.99º 0.89% 0.71% -
XYZ 22.82 11.73 19.47 -
YUV 79.77 151.84 200.21 -
System Red Green Blue C M Y K H S L
Decimal 181 20 122 0 0.89 0.33 0.29 321.99 0.8 0.39
Hex B5 14 7A 0 59 21 1D 142 50 27
Octal 265 24 172 0 131 41 35 502 120 47
Binary 10110101 10100 1111010 0 1011001 100001 11101 101000010 1010000 100111

Color Harmonies of #B5147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5147A

Black with #B5147A

Text Example


Text Example

White with #B5147A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5147A; }

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

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

background-color css

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

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

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

border-color css

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

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

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