Html Css Color HEX #B5178D Medium Violet Red

📋 copy color: '#B5178D'

red 181 ◦ green 23 ◦ blue 141

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

Shades of Medium Violet Red #B5178D

Tints of Medium Violet Red #B5178D

RGB

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

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

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

R = 52.46%
G = 6.67%
B = 40.87%

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

#B5178D (or 0xB5178D) is known color: Medium Violet Red. HEX triplet: B5, 17 and 8D. RGB value is (181,23,141). Sum of RGB (Red+Green+Blue) = 181+23+141=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5178D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5178D is #4AE872. Grayscale: #535353. Windows color (decimal): -4909171 or 9246645. OLE color: 9246645.

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

Color convert

RGB 181 23 141 -
CMYK 0 0.87 0.22 0.29
HSL 315.19º 0.77% 0.4% -
HSV(B) 315.19º 0.87% 0.71% -
XYZ 24.17 12.36 26.31 -
YUV 83.69 160.35 197.41 -
System Red Green Blue C M Y K H S L
Decimal 181 23 141 0 0.87 0.22 0.29 315.19 0.77 0.4
Hex B5 17 8D 0 57 16 1D 13B 4D 28
Octal 265 27 215 0 127 26 35 473 115 50
Binary 10110101 10111 10001101 0 1010111 10110 11101 100111011 1001101 101000

Color Harmonies of #B5178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5178D

Black with #B5178D

Text Example


Text Example

White with #B5178D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5178D; }

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

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

background-color css

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

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

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

border-color css

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

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

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