Html Css Color HEX #B22E95 Medium Red Violet

📋 copy color: '#B22E95'

red 178 ◦ green 46 ◦ blue 149

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

Shades of Medium Red Violet #B22E95

Tints of Medium Red Violet #B22E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.95%

R = 47.72%
G = 12.33%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B22E95 (or 0xB22E95) is known color: Medium Red Violet. HEX triplet: B2, 2E and 95. RGB value is (178,46,149). Sum of RGB (Red+Green+Blue) = 178+46+149=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22E95 is #4DD16A. Grayscale: #606060. Windows color (decimal): -5099883 or 9776818. OLE color: 9776818.

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

Color convert

RGB 178 46 149 -
CMYK 0 0.74 0.16 0.30
HSL 313.18º 0.59% 0.44% -
HSV(B) 313.18º 0.74% 0.7% -
XYZ 24.76 13.59 29.75 -
YUV 97.21 157.23 185.62 -
System Red Green Blue C M Y K H S L
Decimal 178 46 149 0 0.74 0.16 0.30 313.18 0.59 0.44
Hex B2 2E 95 0 4A 10 1E 139 3B 2C
Octal 262 56 225 0 112 20 36 471 73 54
Binary 10110010 101110 10010101 0 1001010 10000 11110 100111001 111011 101100

Color Harmonies of #B22E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22E95

Black with #B22E95

Text Example


Text Example

White with #B22E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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