Html Css Color HEX #B22272 Medium Red Violet

📋 copy color: '#B22272'

red 178 ◦ green 34 ◦ blue 114

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

Shades of Medium Red Violet #B22272

Tints of Medium Red Violet #B22272

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

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

R = 54.6%
G = 10.43%
B = 34.97%

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

#B22272 (or 0xB22272) is known color: Medium Red Violet. HEX triplet: B2, 22 and 72. RGB value is (178,34,114). Sum of RGB (Red+Green+Blue) = 178+34+114=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B22272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22272 is #4DDD8D. Grayscale: #565656. Windows color (decimal): -5102990 or 7479986. OLE color: 7479986.

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

Color convert

RGB 178 34 114 -
CMYK 0 0.81 0.36 0.30
HSL 326.67º 0.68% 0.42% -
HSV(B) 326.67º 0.81% 0.7% -
XYZ 21.97 11.82 17.04 -
YUV 86.18 143.71 193.5 -
System Red Green Blue C M Y K H S L
Decimal 178 34 114 0 0.81 0.36 0.30 326.67 0.68 0.42
Hex B2 22 72 0 51 24 1E 147 44 2A
Octal 262 42 162 0 121 44 36 507 104 52
Binary 10110010 100010 1110010 0 1010001 100100 11110 101000111 1000100 101010

Color Harmonies of #B22272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22272

Black with #B22272

Text Example


Text Example

White with #B22272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22272; }

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

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

background-color css

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

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

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

border-color css

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

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

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