Html Css Color HEX #B0178D Medium Violet Red

📋 copy color: '#B0178D'

red 176 ◦ green 23 ◦ blue 141

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

Shades of Medium Violet Red #B0178D

Tints of Medium Violet Red #B0178D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 51.76%
G = 6.76%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0178D (or 0xB0178D) is known color: Medium Violet Red. HEX triplet: B0, 17 and 8D. RGB value is (176,23,141). Sum of RGB (Red+Green+Blue) = 176+23+141=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0178D is #4FE872. Grayscale: #515151. Windows color (decimal): -5236851 or 9246640. OLE color: 9246640.

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

Color convert

RGB 176 23 141 -
CMYK 0 0.87 0.20 0.31
HSL 313.73º 0.77% 0.39% -
HSV(B) 313.73º 0.87% 0.69% -
XYZ 23.02 11.77 26.26 -
YUV 82.2 161.19 194.91 -
System Red Green Blue C M Y K H S L
Decimal 176 23 141 0 0.87 0.20 0.31 313.73 0.77 0.39
Hex B0 17 8D 0 57 14 1F 13A 4D 27
Octal 260 27 215 0 127 24 37 472 115 47
Binary 10110000 10111 10001101 0 1010111 10100 11111 100111010 1001101 100111

Color Harmonies of #B0178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0178D

Black with #B0178D

Text Example


Text Example

White with #B0178D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0178D; }

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

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

background-color css

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

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

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

border-color css

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

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

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