Html Css Color HEX #B22972 Medium Red Violet

📋 copy color: '#B22972'

red 178 ◦ green 41 ◦ blue 114

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

Shades of Medium Red Violet #B22972

Tints of Medium Red Violet #B22972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.31%

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

R = 53.45%
G = 12.31%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B22972 (or 0xB22972) is known color: Medium Red Violet. HEX triplet: B2, 29 and 72. RGB value is (178,41,114). Sum of RGB (Red+Green+Blue) = 178+41+114=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B22972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22972 is #4DD68D. Grayscale: #5A5A5A. Windows color (decimal): -5101198 or 7481778. OLE color: 7481778.

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

Color convert

RGB 178 41 114 -
CMYK 0 0.77 0.36 0.30
HSL 328.03º 0.63% 0.43% -
HSV(B) 328.03º 0.77% 0.7% -
XYZ 22.19 12.27 17.12 -
YUV 90.29 141.39 190.56 -
System Red Green Blue C M Y K H S L
Decimal 178 41 114 0 0.77 0.36 0.30 328.03 0.63 0.43
Hex B2 29 72 0 4D 24 1E 148 3F 2B
Octal 262 51 162 0 115 44 36 510 77 53
Binary 10110010 101001 1110010 0 1001101 100100 11110 101001000 111111 101011

Color Harmonies of #B22972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22972

Black with #B22972

Text Example


Text Example

White with #B22972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22972; }

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

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

background-color css

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

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

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

border-color css

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

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

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