Html Css Color HEX #B22292 Medium Red Violet

📋 copy color: '#B22292'

red 178 ◦ green 34 ◦ blue 146

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

Shades of Medium Red Violet #B22292

Tints of Medium Red Violet #B22292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 49.72%
G = 9.5%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B22292 (or 0xB22292) is known color: Medium Red Violet. HEX triplet: B2, 22 and 92. RGB value is (178,34,146). Sum of RGB (Red+Green+Blue) = 178+34+146=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B22292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22292 is #4DDD6D. Grayscale: #595959. Windows color (decimal): -5102958 or 9577138. OLE color: 9577138.

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

Color convert

RGB 178 34 146 -
CMYK 0 0.81 0.18 0.30
HSL 313.33º 0.68% 0.42% -
HSV(B) 313.33º 0.81% 0.7% -
XYZ 24.12 12.68 28.37 -
YUV 89.82 159.71 190.89 -
System Red Green Blue C M Y K H S L
Decimal 178 34 146 0 0.81 0.18 0.30 313.33 0.68 0.42
Hex B2 22 92 0 51 12 1E 139 44 2A
Octal 262 42 222 0 121 22 36 471 104 52
Binary 10110010 100010 10010010 0 1010001 10010 11110 100111001 1000100 101010

Color Harmonies of #B22292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22292

Black with #B22292

Text Example


Text Example

White with #B22292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22292; }

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

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

background-color css

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

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

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

border-color css

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

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

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