Html Css Color HEX #B22880 Medium Red Violet

📋 copy color: '#B22880'

red 178 ◦ green 40 ◦ blue 128

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

Shades of Medium Red Violet #B22880

Tints of Medium Red Violet #B22880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.56%

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

R = 51.45%
G = 11.56%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B22880 (or 0xB22880) is known color: Medium Red Violet. HEX triplet: B2, 28 and 80. RGB value is (178,40,128). Sum of RGB (Red+Green+Blue) = 178+40+128=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B22880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22880 is #4DD77F. Grayscale: #5B5B5B. Windows color (decimal): -5101440 or 8399026. OLE color: 8399026.

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

Color convert

RGB 178 40 128 -
CMYK 0 0.78 0.28 0.30
HSL 321.74º 0.63% 0.43% -
HSV(B) 321.74º 0.78% 0.7% -
XYZ 23.02 12.54 21.63 -
YUV 91.29 148.72 189.84 -
System Red Green Blue C M Y K H S L
Decimal 178 40 128 0 0.78 0.28 0.30 321.74 0.63 0.43
Hex B2 28 80 0 4E 1C 1E 142 3F 2B
Octal 262 50 200 0 116 34 36 502 77 53
Binary 10110010 101000 10000000 0 1001110 11100 11110 101000010 111111 101011

Color Harmonies of #B22880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22880

Black with #B22880

Text Example


Text Example

White with #B22880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22880; }

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

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

background-color css

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

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

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

border-color css

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

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

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