Html Css Color HEX #B22EA1 Medium Red Violet

📋 copy color: '#B22EA1'

red 178 ◦ green 46 ◦ blue 161

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

Shades of Medium Red Violet #B22EA1

Tints of Medium Red Violet #B22EA1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.95%

 BLUE value IS 161 (63.28% from 255) = 41.82%

R = 46.23%
G = 11.95%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B22EA1 (or 0xB22EA1) is known color: Medium Red Violet. HEX triplet: B2, 2E and A1. RGB value is (178,46,161). Sum of RGB (Red+Green+Blue) = 178+46+161=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B22EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22EA1 is #4DD15E. Grayscale: #626262. Windows color (decimal): -5099871 or 10563250. OLE color: 10563250.

HSL color Cylindrical-coordinate representation of color #B22EA1: hue angle of 307.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B22EA1 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 46 161 -
CMYK 0 0.74 0.10 0.30
HSL 307.73º 0.59% 0.44% -
HSV(B) 307.73º 0.74% 0.7% -
XYZ 25.77 13.99 35.06 -
YUV 98.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 178 46 161 0 0.74 0.10 0.30 307.73 0.59 0.44
Hex B2 2E A1 0 4A A 1E 134 3B 2C
Octal 262 56 241 0 112 12 36 464 73 54
Binary 10110010 101110 10100001 0 1001010 1010 11110 100110100 111011 101100

Color Harmonies of #B22EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22EA1

Black with #B22EA1

Text Example


Text Example

White with #B22EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22EA1; }

 p { color: rgb(178,46,161); }

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

background-color css

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

 a { background-color: rgb(178,46,161); }

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

border-color css

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

 span { border-color: rgb(178,46,161); }

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