Html Css Color HEX #B22A80 Medium Red Violet

📋 copy color: '#B22A80'

red 178 ◦ green 42 ◦ blue 128

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

Shades of Medium Red Violet #B22A80

Tints of Medium Red Violet #B22A80

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.07%

 BLUE value IS 128 (50.39% from 255) = 36.78%

R = 51.15%
G = 12.07%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B22A80 (or 0xB22A80) is known color: Medium Red Violet. HEX triplet: B2, 2A and 80. RGB value is (178,42,128). Sum of RGB (Red+Green+Blue) = 178+42+128=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22A80 is #4DD57F. Grayscale: #5C5C5C. Windows color (decimal): -5100928 or 8399538. OLE color: 8399538.

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

Color convert

RGB 178 42 128 -
CMYK 0 0.76 0.28 0.30
HSL 322.06º 0.62% 0.43% -
HSV(B) 322.06º 0.76% 0.7% -
XYZ 23.08 12.68 21.65 -
YUV 92.47 148.06 189.01 -
System Red Green Blue C M Y K H S L
Decimal 178 42 128 0 0.76 0.28 0.30 322.06 0.62 0.43
Hex B2 2A 80 0 4C 1C 1E 142 3E 2B
Octal 262 52 200 0 114 34 36 502 76 53
Binary 10110010 101010 10000000 0 1001100 11100 11110 101000010 111110 101011

Color Harmonies of #B22A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22A80

Black with #B22A80

Text Example


Text Example

White with #B22A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22A80; }

 p { color: rgb(178,42,128); }

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

background-color css

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

 a { background-color: rgb(178,42,128); }

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

border-color css

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

 span { border-color: rgb(178,42,128); }

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