Html Css Color HEX #B0179B Medium Violet Red

📋 copy color: '#B0179B'

red 176 ◦ green 23 ◦ blue 155

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

Shades of Medium Violet Red #B0179B

Tints of Medium Violet Red #B0179B

RGB

 RED value IS 176 (69.14% from 255) = 49.72%

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

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

R = 49.72%
G = 6.5%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0179B (or 0xB0179B) is known color: Medium Violet Red. HEX triplet: B0, 17 and 9B. RGB value is (176,23,155). Sum of RGB (Red+Green+Blue) = 176+23+155=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0179B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0179B is #4FE864. Grayscale: #535353. Windows color (decimal): -5236837 or 10164144. OLE color: 10164144.

HSL color Cylindrical-coordinate representation of color #B0179B: hue angle of 308.24º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B0179B is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 23 155 -
CMYK 0 0.87 0.12 0.31
HSL 308.24º 0.77% 0.39% -
HSV(B) 308.24º 0.87% 0.69% -
XYZ 24.13 12.21 32.1 -
YUV 83.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 176 23 155 0 0.87 0.12 0.31 308.24 0.77 0.39
Hex B0 17 9B 0 57 C 1F 134 4D 27
Octal 260 27 233 0 127 14 37 464 115 47
Binary 10110000 10111 10011011 0 1010111 1100 11111 100110100 1001101 100111

Color Harmonies of #B0179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0179B

Black with #B0179B

Text Example


Text Example

White with #B0179B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0179B; }

 p { color: rgb(176,23,155); }

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

background-color css

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

 a { background-color: rgb(176,23,155); }

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

border-color css

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

 span { border-color: rgb(176,23,155); }

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