Html Css Color HEX #B22172 Medium Red Violet

📋 copy color: '#B22172'

red 178 ◦ green 33 ◦ blue 114

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

Shades of Medium Red Violet #B22172

Tints of Medium Red Violet #B22172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 54.77%
G = 10.15%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B22172 (or 0xB22172) is known color: Medium Red Violet. HEX triplet: B2, 21 and 72. RGB value is (178,33,114). Sum of RGB (Red+Green+Blue) = 178+33+114=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B22172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22172 is #4DDE8D. Grayscale: #555555. Windows color (decimal): -5103246 or 7479730. OLE color: 7479730.

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

Color convert

RGB 178 33 114 -
CMYK 0 0.81 0.36 0.30
HSL 326.48º 0.69% 0.41% -
HSV(B) 326.48º 0.81% 0.7% -
XYZ 21.94 11.77 17.03 -
YUV 85.59 144.04 193.91 -
System Red Green Blue C M Y K H S L
Decimal 178 33 114 0 0.81 0.36 0.30 326.48 0.69 0.41
Hex B2 21 72 0 51 24 1E 146 45 29
Octal 262 41 162 0 121 44 36 506 105 51
Binary 10110010 100001 1110010 0 1010001 100100 11110 101000110 1000101 101001

Color Harmonies of #B22172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22172

Black with #B22172

Text Example


Text Example

White with #B22172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22172; }

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

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

background-color css

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

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

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

border-color css

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

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

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