Html Css Color HEX #B5158C Medium Violet Red

📋 copy color: '#B5158C'

red 181 ◦ green 21 ◦ blue 140

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

Shades of Medium Violet Red #B5158C

Tints of Medium Violet Red #B5158C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.94%

R = 52.92%
G = 6.14%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5158C (or 0xB5158C) is known color: Medium Violet Red. HEX triplet: B5, 15 and 8C. RGB value is (181,21,140). Sum of RGB (Red+Green+Blue) = 181+21+140=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5158C is #4AEA73. Grayscale: #525252. Windows color (decimal): -4909684 or 9180597. OLE color: 9180597.

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

Color convert

RGB 181 21 140 -
CMYK 0 0.88 0.23 0.29
HSL 315.38º 0.79% 0.4% -
HSV(B) 315.38º 0.88% 0.71% -
XYZ 24.06 12.25 25.91 -
YUV 82.41 160.51 198.32 -
System Red Green Blue C M Y K H S L
Decimal 181 21 140 0 0.88 0.23 0.29 315.38 0.79 0.4
Hex B5 15 8C 0 58 17 1D 13B 4F 28
Octal 265 25 214 0 130 27 35 473 117 50
Binary 10110101 10101 10001100 0 1011000 10111 11101 100111011 1001111 101000

Color Harmonies of #B5158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5158C

Black with #B5158C

Text Example


Text Example

White with #B5158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5158C; }

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

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

background-color css

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

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

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

border-color css

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

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

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