Html Css Color HEX #B22171 Medium Red Violet

📋 copy color: '#B22171'

red 178 ◦ green 33 ◦ blue 113

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

Shades of Medium Red Violet #B22171

Tints of Medium Red Violet #B22171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.19%

 BLUE value IS 113 (44.53% from 255) = 34.88%

R = 54.94%
G = 10.19%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B22171 (or 0xB22171) is known color: Medium Red Violet. HEX triplet: B2, 21 and 71. RGB value is (178,33,113). Sum of RGB (Red+Green+Blue) = 178+33+113=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B22171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22171 is #4DDE8E. Grayscale: #555555. Windows color (decimal): -5103247 or 7414194. OLE color: 7414194.

HSL color Cylindrical-coordinate representation of color #B22171: hue angle of 326.9º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22171 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 33 113 -
CMYK 0 0.81 0.37 0.30
HSL 326.9º 0.69% 0.41% -
HSV(B) 326.9º 0.81% 0.7% -
XYZ 21.88 11.74 16.74 -
YUV 85.48 143.54 194 -
System Red Green Blue C M Y K H S L
Decimal 178 33 113 0 0.81 0.37 0.30 326.9 0.69 0.41
Hex B2 21 71 0 51 25 1E 147 45 29
Octal 262 41 161 0 121 45 36 507 105 51
Binary 10110010 100001 1110001 0 1010001 100101 11110 101000111 1000101 101001

Color Harmonies of #B22171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22171

Black with #B22171

Text Example


Text Example

White with #B22171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22171; }

 p { color: rgb(178,33,113); }

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

background-color css

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

 a { background-color: rgb(178,33,113); }

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

border-color css

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

 span { border-color: rgb(178,33,113); }

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