Html Css Color HEX #B0179C Medium Violet Red

📋 copy color: '#B0179C'

red 176 ◦ green 23 ◦ blue 156

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

Shades of Medium Violet Red #B0179C

Tints of Medium Violet Red #B0179C

RGB

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

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

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

R = 49.58%
G = 6.48%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0179C (or 0xB0179C) is known color: Medium Violet Red. HEX triplet: B0, 17 and 9C. RGB value is (176,23,156). Sum of RGB (Red+Green+Blue) = 176+23+156=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0179C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0179C is #4FE863. Grayscale: #535353. Windows color (decimal): -5236836 or 10229680. OLE color: 10229680.

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

Color convert

RGB 176 23 156 -
CMYK 0 0.87 0.11 0.31
HSL 307.84º 0.77% 0.39% -
HSV(B) 307.84º 0.87% 0.69% -
XYZ 24.21 12.24 32.54 -
YUV 83.91 168.69 193.69 -
System Red Green Blue C M Y K H S L
Decimal 176 23 156 0 0.87 0.11 0.31 307.84 0.77 0.39
Hex B0 17 9C 0 57 B 1F 134 4D 27
Octal 260 27 234 0 127 13 37 464 115 47
Binary 10110000 10111 10011100 0 1010111 1011 11111 100110100 1001101 100111

Color Harmonies of #B0179C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0179C

Black with #B0179C

Text Example


Text Example

White with #B0179C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0179C; }

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

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

background-color css

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

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

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

border-color css

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

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

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