Html Css Color HEX #B2177B Medium Violet Red

📋 copy color: '#B2177B'

red 178 ◦ green 23 ◦ blue 123

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

Shades of Medium Violet Red #B2177B

Tints of Medium Violet Red #B2177B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.96%

R = 54.94%
G = 7.1%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2177B (or 0xB2177B) is known color: Medium Violet Red. HEX triplet: B2, 17 and 7B. RGB value is (178,23,123). Sum of RGB (Red+Green+Blue) = 178+23+123=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2177B is #4DE884. Grayscale: #505050. Windows color (decimal): -5105797 or 8066994. OLE color: 8066994.

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

Color convert

RGB 178 23 123 -
CMYK 0 0.87 0.31 0.30
HSL 321.29º 0.77% 0.39% -
HSV(B) 321.29º 0.87% 0.7% -
XYZ 22.24 11.51 19.79 -
YUV 80.75 151.85 197.37 -
System Red Green Blue C M Y K H S L
Decimal 178 23 123 0 0.87 0.31 0.30 321.29 0.77 0.39
Hex B2 17 7B 0 57 1F 1E 141 4D 27
Octal 262 27 173 0 127 37 36 501 115 47
Binary 10110010 10111 1111011 0 1010111 11111 11110 101000001 1001101 100111

Color Harmonies of #B2177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2177B

Black with #B2177B

Text Example


Text Example

White with #B2177B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2177B; }

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

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

background-color css

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

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

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

border-color css

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

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

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