Html Css Color HEX #B5178A Medium Violet Red

📋 copy color: '#B5178A'

red 181 ◦ green 23 ◦ blue 138

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

Shades of Medium Violet Red #B5178A

Tints of Medium Violet Red #B5178A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.35%

R = 52.92%
G = 6.73%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5178A (or 0xB5178A) is known color: Medium Violet Red. HEX triplet: B5, 17 and 8A. RGB value is (181,23,138). Sum of RGB (Red+Green+Blue) = 181+23+138=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5178A is #4AE875. Grayscale: #535353. Windows color (decimal): -4909174 or 9050037. OLE color: 9050037.

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

Color convert

RGB 181 23 138 -
CMYK 0 0.87 0.24 0.29
HSL 316.33º 0.77% 0.4% -
HSV(B) 316.33º 0.87% 0.71% -
XYZ 23.95 12.27 25.15 -
YUV 83.35 158.85 197.65 -
System Red Green Blue C M Y K H S L
Decimal 181 23 138 0 0.87 0.24 0.29 316.33 0.77 0.4
Hex B5 17 8A 0 57 18 1D 13C 4D 28
Octal 265 27 212 0 127 30 35 474 115 50
Binary 10110101 10111 10001010 0 1010111 11000 11101 100111100 1001101 101000

Color Harmonies of #B5178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5178A

Black with #B5178A

Text Example


Text Example

White with #B5178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5178A; }

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

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

background-color css

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

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

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

border-color css

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

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

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