Html Css Color HEX #B0179D Medium Violet Red

📋 copy color: '#B0179D'

red 176 ◦ green 23 ◦ blue 157

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

Shades of Medium Violet Red #B0179D

Tints of Medium Violet Red #B0179D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 49.44%
G = 6.46%
B = 44.1%

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

#B0179D (or 0xB0179D) is known color: Medium Violet Red. HEX triplet: B0, 17 and 9D. RGB value is (176,23,157). Sum of RGB (Red+Green+Blue) = 176+23+157=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0179D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0179D is #4FE862. Grayscale: #535353. Windows color (decimal): -5236835 or 10295216. OLE color: 10295216.

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

Color convert

RGB 176 23 157 -
CMYK 0 0.87 0.11 0.31
HSL 307.45º 0.77% 0.39% -
HSV(B) 307.45º 0.87% 0.69% -
XYZ 24.3 12.28 32.99 -
YUV 84.02 169.19 193.6 -
System Red Green Blue C M Y K H S L
Decimal 176 23 157 0 0.87 0.11 0.31 307.45 0.77 0.39
Hex B0 17 9D 0 57 B 1F 133 4D 27
Octal 260 27 235 0 127 13 37 463 115 47
Binary 10110000 10111 10011101 0 1010111 1011 11111 100110011 1001101 100111

Color Harmonies of #B0179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0179D

Black with #B0179D

Text Example


Text Example

White with #B0179D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0179D; }

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

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

background-color css

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

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

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

border-color css

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

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

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