Html Css Color HEX #B22EA0 Medium Red Violet

📋 copy color: '#B22EA0'

red 178 ◦ green 46 ◦ blue 160

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

Shades of Medium Red Violet #B22EA0

Tints of Medium Red Violet #B22EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.67%

R = 46.35%
G = 11.98%
B = 41.67%

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

#B22EA0 (or 0xB22EA0) is known color: Medium Red Violet. HEX triplet: B2, 2E and A0. RGB value is (178,46,160). Sum of RGB (Red+Green+Blue) = 178+46+160=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B22EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22EA0 is #4DD15F. Grayscale: #626262. Windows color (decimal): -5099872 or 10497714. OLE color: 10497714.

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

Color convert

RGB 178 46 160 -
CMYK 0 0.74 0.10 0.30
HSL 308.18º 0.59% 0.44% -
HSV(B) 308.18º 0.74% 0.7% -
XYZ 25.68 13.96 34.6 -
YUV 98.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 178 46 160 0 0.74 0.10 0.30 308.18 0.59 0.44
Hex B2 2E A0 0 4A A 1E 134 3B 2C
Octal 262 56 240 0 112 12 36 464 73 54
Binary 10110010 101110 10100000 0 1001010 1010 11110 100110100 111011 101100

Color Harmonies of #B22EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22EA0

Black with #B22EA0

Text Example


Text Example

White with #B22EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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