Html Css Color HEX #B22296 Medium Red Violet

📋 copy color: '#B22296'

red 178 ◦ green 34 ◦ blue 150

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

Shades of Medium Red Violet #B22296

Tints of Medium Red Violet #B22296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.39%

 BLUE value IS 150 (58.98% from 255) = 41.44%

R = 49.17%
G = 9.39%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B22296 (or 0xB22296) is known color: Medium Red Violet. HEX triplet: B2, 22 and 96. RGB value is (178,34,150). Sum of RGB (Red+Green+Blue) = 178+34+150=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B22296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22296 is #4DDD69. Grayscale: #595959. Windows color (decimal): -5102954 or 9839282. OLE color: 9839282.

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

Color convert

RGB 178 34 150 -
CMYK 0 0.81 0.16 0.30
HSL 311.67º 0.68% 0.42% -
HSV(B) 311.67º 0.81% 0.7% -
XYZ 24.44 12.81 30.04 -
YUV 90.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 178 34 150 0 0.81 0.16 0.30 311.67 0.68 0.42
Hex B2 22 96 0 51 10 1E 138 44 2A
Octal 262 42 226 0 121 20 36 470 104 52
Binary 10110010 100010 10010110 0 1010001 10000 11110 100111000 1000100 101010

Color Harmonies of #B22296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22296

Black with #B22296

Text Example


Text Example

White with #B22296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22296; }

 p { color: rgb(178,34,150); }

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

background-color css

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

 a { background-color: rgb(178,34,150); }

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

border-color css

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

 span { border-color: rgb(178,34,150); }

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