Html Css Color HEX #B5159C Medium Violet Red

📋 copy color: '#B5159C'

red 181 ◦ green 21 ◦ blue 156

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

Shades of Medium Violet Red #B5159C

Tints of Medium Violet Red #B5159C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.58%

R = 50.56%
G = 5.87%
B = 43.58%

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

#B5159C (or 0xB5159C) is known color: Medium Violet Red. HEX triplet: B5, 15 and 9C. RGB value is (181,21,156). Sum of RGB (Red+Green+Blue) = 181+21+156=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5159C is #4AEA63. Grayscale: #535353. Windows color (decimal): -4909668 or 10229173. OLE color: 10229173.

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

Color convert

RGB 181 21 156 -
CMYK 0 0.88 0.14 0.29
HSL 309.38º 0.79% 0.4% -
HSV(B) 309.38º 0.88% 0.71% -
XYZ 25.32 12.76 32.58 -
YUV 84.23 168.51 197.02 -
System Red Green Blue C M Y K H S L
Decimal 181 21 156 0 0.88 0.14 0.29 309.38 0.79 0.4
Hex B5 15 9C 0 58 E 1D 135 4F 28
Octal 265 25 234 0 130 16 35 465 117 50
Binary 10110101 10101 10011100 0 1011000 1110 11101 100110101 1001111 101000

Color Harmonies of #B5159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5159C

Black with #B5159C

Text Example


Text Example

White with #B5159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5159C; }

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

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

background-color css

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

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

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

border-color css

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

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

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