Html Css Color HEX #B2177F Medium Violet Red

📋 copy color: '#B2177F'

red 178 ◦ green 23 ◦ blue 127

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

Shades of Medium Violet Red #B2177F

Tints of Medium Violet Red #B2177F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.72%

R = 54.27%
G = 7.01%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2177F (or 0xB2177F) is known color: Medium Violet Red. HEX triplet: B2, 17 and 7F. RGB value is (178,23,127). Sum of RGB (Red+Green+Blue) = 178+23+127=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B2177F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2177F is #4DE880. Grayscale: #505050. Windows color (decimal): -5105793 or 8329138. OLE color: 8329138.

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

Color convert

RGB 178 23 127 -
CMYK 0 0.87 0.29 0.30
HSL 319.74º 0.77% 0.39% -
HSV(B) 319.74º 0.87% 0.7% -
XYZ 22.5 11.61 21.13 -
YUV 81.2 153.85 197.04 -
System Red Green Blue C M Y K H S L
Decimal 178 23 127 0 0.87 0.29 0.30 319.74 0.77 0.39
Hex B2 17 7F 0 57 1D 1E 140 4D 27
Octal 262 27 177 0 127 35 36 500 115 47
Binary 10110010 10111 1111111 0 1010111 11101 11110 101000000 1001101 100111

Color Harmonies of #B2177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2177F

Black with #B2177F

Text Example


Text Example

White with #B2177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2177F; }

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

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

background-color css

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

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

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

border-color css

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

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

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