Html Css Color HEX #B5158D Medium Violet Red

📋 copy color: '#B5158D'

red 181 ◦ green 21 ◦ blue 141

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

Shades of Medium Violet Red #B5158D

Tints of Medium Violet Red #B5158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.11%

R = 52.77%
G = 6.12%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5158D (or 0xB5158D) is known color: Medium Violet Red. HEX triplet: B5, 15 and 8D. RGB value is (181,21,141). Sum of RGB (Red+Green+Blue) = 181+21+141=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5158D is #4AEA72. Grayscale: #525252. Windows color (decimal): -4909683 or 9246133. OLE color: 9246133.

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

Color convert

RGB 181 21 141 -
CMYK 0 0.88 0.22 0.29
HSL 315º 0.79% 0.4% -
HSV(B) 315º 0.88% 0.71% -
XYZ 24.13 12.28 26.3 -
YUV 82.52 161.01 198.24 -
System Red Green Blue C M Y K H S L
Decimal 181 21 141 0 0.88 0.22 0.29 315 0.79 0.4
Hex B5 15 8D 0 58 16 1D 13B 4F 28
Octal 265 25 215 0 130 26 35 473 117 50
Binary 10110101 10101 10001101 0 1011000 10110 11101 100111011 1001111 101000

Color Harmonies of #B5158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5158D

Black with #B5158D

Text Example


Text Example

White with #B5158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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