Html Css Color HEX #B5159B Medium Violet Red

📋 copy color: '#B5159B'

red 181 ◦ green 21 ◦ blue 155

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

Shades of Medium Violet Red #B5159B

Tints of Medium Violet Red #B5159B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.42%

R = 50.7%
G = 5.88%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5159B (or 0xB5159B) is known color: Medium Violet Red. HEX triplet: B5, 15 and 9B. RGB value is (181,21,155). Sum of RGB (Red+Green+Blue) = 181+21+155=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5159B is #4AEA64. Grayscale: #535353. Windows color (decimal): -4909669 or 10163637. OLE color: 10163637.

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

Color convert

RGB 181 21 155 -
CMYK 0 0.88 0.14 0.29
HSL 309.75º 0.79% 0.4% -
HSV(B) 309.75º 0.88% 0.71% -
XYZ 25.24 12.73 32.14 -
YUV 84.12 168.01 197.1 -
System Red Green Blue C M Y K H S L
Decimal 181 21 155 0 0.88 0.14 0.29 309.75 0.79 0.4
Hex B5 15 9B 0 58 E 1D 136 4F 28
Octal 265 25 233 0 130 16 35 466 117 50
Binary 10110101 10101 10011011 0 1011000 1110 11101 100110110 1001111 101000

Color Harmonies of #B5159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5159B

Black with #B5159B

Text Example


Text Example

White with #B5159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5159B; }

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

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

background-color css

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

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

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

border-color css

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

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

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