Html Css Color HEX #B5178E Medium Violet Red

📋 copy color: '#B5178E'

red 181 ◦ green 23 ◦ blue 142

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

Shades of Medium Violet Red #B5178E

Tints of Medium Violet Red #B5178E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.65%

 BLUE value IS 142 (55.86% from 255) = 41.04%

R = 52.31%
G = 6.65%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5178E (or 0xB5178E) is known color: Medium Violet Red. HEX triplet: B5, 17 and 8E. RGB value is (181,23,142). Sum of RGB (Red+Green+Blue) = 181+23+142=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5178E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5178E is #4AE871. Grayscale: #535353. Windows color (decimal): -4909170 or 9312181. OLE color: 9312181.

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

Color convert

RGB 181 23 142 -
CMYK 0 0.87 0.22 0.29
HSL 314.81º 0.77% 0.4% -
HSV(B) 314.81º 0.87% 0.71% -
XYZ 24.24 12.39 26.7 -
YUV 83.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 181 23 142 0 0.87 0.22 0.29 314.81 0.77 0.4
Hex B5 17 8E 0 57 16 1D 13B 4D 28
Octal 265 27 216 0 127 26 35 473 115 50
Binary 10110101 10111 10001110 0 1010111 10110 11101 100111011 1001101 101000

Color Harmonies of #B5178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5178E

Black with #B5178E

Text Example


Text Example

White with #B5178E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5178E; }

 p { color: rgb(181,23,142); }

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

background-color css

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

 a { background-color: rgb(181,23,142); }

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

border-color css

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

 span { border-color: rgb(181,23,142); }

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