Html Css Color HEX #B5158F Medium Violet Red

📋 copy color: '#B5158F'

red 181 ◦ green 21 ◦ blue 143

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

Shades of Medium Violet Red #B5158F

Tints of Medium Violet Red #B5158F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.09%

 BLUE value IS 143 (56.25% from 255) = 41.45%

R = 52.46%
G = 6.09%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B5158F (or 0xB5158F) is known color: Medium Violet Red. HEX triplet: B5, 15 and 8F. RGB value is (181,21,143). Sum of RGB (Red+Green+Blue) = 181+21+143=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5158F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5158F is #4AEA70. Grayscale: #525252. Windows color (decimal): -4909681 or 9377205. OLE color: 9377205.

HSL color Cylindrical-coordinate representation of color #B5158F: hue angle of 314.25º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5158F is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 21 143 -
CMYK 0 0.88 0.21 0.29
HSL 314.25º 0.79% 0.4% -
HSV(B) 314.25º 0.88% 0.71% -
XYZ 24.28 12.34 27.09 -
YUV 82.75 162.01 198.08 -
System Red Green Blue C M Y K H S L
Decimal 181 21 143 0 0.88 0.21 0.29 314.25 0.79 0.4
Hex B5 15 8F 0 58 15 1D 13A 4F 28
Octal 265 25 217 0 130 25 35 472 117 50
Binary 10110101 10101 10001111 0 1011000 10101 11101 100111010 1001111 101000

Color Harmonies of #B5158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5158F

Black with #B5158F

Text Example


Text Example

White with #B5158F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5158F; }

 p { color: rgb(181,21,143); }

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

background-color css

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

 a { background-color: rgb(181,21,143); }

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

border-color css

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

 span { border-color: rgb(181,21,143); }

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