Html Css Color HEX #B22182 Medium Red Violet

📋 copy color: '#B22182'

red 178 ◦ green 33 ◦ blue 130

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

Shades of Medium Red Violet #B22182

Tints of Medium Red Violet #B22182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.68%

 BLUE value IS 130 (51.17% from 255) = 38.12%

R = 52.2%
G = 9.68%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B22182 (or 0xB22182) is known color: Medium Red Violet. HEX triplet: B2, 21 and 82. RGB value is (178,33,130). Sum of RGB (Red+Green+Blue) = 178+33+130=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B22182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22182 is #4DDE7D. Grayscale: #575757. Windows color (decimal): -5103230 or 8528306. OLE color: 8528306.

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

Color convert

RGB 178 33 130 -
CMYK 0 0.81 0.27 0.30
HSL 319.86º 0.69% 0.41% -
HSV(B) 319.86º 0.81% 0.7% -
XYZ 22.93 12.16 22.26 -
YUV 87.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 178 33 130 0 0.81 0.27 0.30 319.86 0.69 0.41
Hex B2 21 82 0 51 1B 1E 140 45 29
Octal 262 41 202 0 121 33 36 500 105 51
Binary 10110010 100001 10000010 0 1010001 11011 11110 101000000 1000101 101001

Color Harmonies of #B22182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22182

Black with #B22182

Text Example


Text Example

White with #B22182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22182; }

 p { color: rgb(178,33,130); }

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

background-color css

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

 a { background-color: rgb(178,33,130); }

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

border-color css

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

 span { border-color: rgb(178,33,130); }

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