Html Css Color HEX #B22976 Medium Red Violet

📋 copy color: '#B22976'

red 178 ◦ green 41 ◦ blue 118

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

Shades of Medium Red Violet #B22976

Tints of Medium Red Violet #B22976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.01%

R = 52.82%
G = 12.17%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B22976 (or 0xB22976) is known color: Medium Red Violet. HEX triplet: B2, 29 and 76. RGB value is (178,41,118). Sum of RGB (Red+Green+Blue) = 178+41+118=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B22976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22976 is #4DD689. Grayscale: #5A5A5A. Windows color (decimal): -5101194 or 7743922. OLE color: 7743922.

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

Color convert

RGB 178 41 118 -
CMYK 0 0.77 0.34 0.30
HSL 326.28º 0.63% 0.43% -
HSV(B) 326.28º 0.77% 0.7% -
XYZ 22.42 12.36 18.34 -
YUV 90.74 143.39 190.24 -
System Red Green Blue C M Y K H S L
Decimal 178 41 118 0 0.77 0.34 0.30 326.28 0.63 0.43
Hex B2 29 76 0 4D 22 1E 146 3F 2B
Octal 262 51 166 0 115 42 36 506 77 53
Binary 10110010 101001 1110110 0 1001101 100010 11110 101000110 111111 101011

Color Harmonies of #B22976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22976

Black with #B22976

Text Example


Text Example

White with #B22976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22976; }

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

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

background-color css

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

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

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

border-color css

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

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

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