Html Css Color HEX #B0179E Medium Violet Red

📋 copy color: '#B0179E'

red 176 ◦ green 23 ◦ blue 158

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

Shades of Medium Violet Red #B0179E

Tints of Medium Violet Red #B0179E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 49.3%
G = 6.44%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0179E (or 0xB0179E) is known color: Medium Violet Red. HEX triplet: B0, 17 and 9E. RGB value is (176,23,158). Sum of RGB (Red+Green+Blue) = 176+23+158=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0179E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0179E is #4FE861. Grayscale: #535353. Windows color (decimal): -5236834 or 10360752. OLE color: 10360752.

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

Color convert

RGB 176 23 158 -
CMYK 0 0.87 0.10 0.31
HSL 307.06º 0.77% 0.39% -
HSV(B) 307.06º 0.87% 0.69% -
XYZ 24.38 12.31 33.44 -
YUV 84.14 169.69 193.52 -
System Red Green Blue C M Y K H S L
Decimal 176 23 158 0 0.87 0.10 0.31 307.06 0.77 0.39
Hex B0 17 9E 0 57 A 1F 133 4D 27
Octal 260 27 236 0 127 12 37 463 115 47
Binary 10110000 10111 10011110 0 1010111 1010 11111 100110011 1001101 100111

Color Harmonies of #B0179E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0179E

Black with #B0179E

Text Example


Text Example

White with #B0179E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0179E; }

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

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

background-color css

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

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

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

border-color css

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

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

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