Html Css Color HEX #B22095 Medium Red Violet

📋 copy color: '#B22095'

red 178 ◦ green 32 ◦ blue 149

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

Shades of Medium Red Violet #B22095

Tints of Medium Red Violet #B22095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.91%

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

R = 49.58%
G = 8.91%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B22095 (or 0xB22095) is known color: Medium Red Violet. HEX triplet: B2, 20 and 95. RGB value is (178,32,149). Sum of RGB (Red+Green+Blue) = 178+32+149=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B22095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22095 is #4DDF6A. Grayscale: #585858. Windows color (decimal): -5103467 or 9773234. OLE color: 9773234.

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

Color convert

RGB 178 32 149 -
CMYK 0 0.82 0.16 0.30
HSL 311.92º 0.7% 0.41% -
HSV(B) 311.92º 0.82% 0.7% -
XYZ 24.3 12.67 29.6 -
YUV 88.99 161.87 191.49 -
System Red Green Blue C M Y K H S L
Decimal 178 32 149 0 0.82 0.16 0.30 311.92 0.7 0.41
Hex B2 20 95 0 52 10 1E 138 46 29
Octal 262 40 225 0 122 20 36 470 106 51
Binary 10110010 100000 10010101 0 1010010 10000 11110 100111000 1000110 101001

Color Harmonies of #B22095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22095

Black with #B22095

Text Example


Text Example

White with #B22095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22095; }

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

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

background-color css

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

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

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

border-color css

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

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

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