Html Css Color HEX #B5149F Medium Violet Red

📋 copy color: '#B5149F'

red 181 ◦ green 20 ◦ blue 159

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

Shades of Medium Violet Red #B5149F

Tints of Medium Violet Red #B5149F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.17%

R = 50.28%
G = 5.56%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B5149F (or 0xB5149F) is known color: Medium Violet Red. HEX triplet: B5, 14 and 9F. RGB value is (181,20,159). Sum of RGB (Red+Green+Blue) = 181+20+159=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5149F is #4AEB60. Grayscale: #535353. Windows color (decimal): -4909921 or 10425525. OLE color: 10425525.

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

Color convert

RGB 181 20 159 -
CMYK 0 0.89 0.12 0.29
HSL 308.2º 0.8% 0.39% -
HSV(B) 308.2º 0.89% 0.71% -
XYZ 25.56 12.83 33.93 -
YUV 83.99 170.34 197.2 -
System Red Green Blue C M Y K H S L
Decimal 181 20 159 0 0.89 0.12 0.29 308.2 0.8 0.39
Hex B5 14 9F 0 59 C 1D 134 50 27
Octal 265 24 237 0 131 14 35 464 120 47
Binary 10110101 10100 10011111 0 1011001 1100 11101 100110100 1010000 100111

Color Harmonies of #B5149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5149F

Black with #B5149F

Text Example


Text Example

White with #B5149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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