Html Css Color HEX #B2177C Medium Violet Red

📋 copy color: '#B2177C'

red 178 ◦ green 23 ◦ blue 124

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

Shades of Medium Violet Red #B2177C

Tints of Medium Violet Red #B2177C

RGB

 RED value IS 178 (69.92% from 255) = 54.77%

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

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 54.77%
G = 7.08%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2177C (or 0xB2177C) is known color: Medium Violet Red. HEX triplet: B2, 17 and 7C. RGB value is (178,23,124). Sum of RGB (Red+Green+Blue) = 178+23+124=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2177C is #4DE883. Grayscale: #505050. Windows color (decimal): -5105796 or 8132530. OLE color: 8132530.

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

Color convert

RGB 178 23 124 -
CMYK 0 0.87 0.30 0.30
HSL 320.9º 0.77% 0.39% -
HSV(B) 320.9º 0.87% 0.7% -
XYZ 22.3 11.53 20.12 -
YUV 80.86 152.35 197.29 -
System Red Green Blue C M Y K H S L
Decimal 178 23 124 0 0.87 0.30 0.30 320.9 0.77 0.39
Hex B2 17 7C 0 57 1E 1E 141 4D 27
Octal 262 27 174 0 127 36 36 501 115 47
Binary 10110010 10111 1111100 0 1010111 11110 11110 101000001 1001101 100111

Color Harmonies of #B2177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2177C

Black with #B2177C

Text Example


Text Example

White with #B2177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2177C; }

 p { color: rgb(178,23,124); }

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

background-color css

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

 a { background-color: rgb(178,23,124); }

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

border-color css

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

 span { border-color: rgb(178,23,124); }

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