Html Css Color HEX #B22392 Medium Red Violet

📋 copy color: '#B22392'

red 178 ◦ green 35 ◦ blue 146

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

Shades of Medium Red Violet #B22392

Tints of Medium Red Violet #B22392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.75%

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

R = 49.58%
G = 9.75%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B22392 (or 0xB22392) is known color: Medium Red Violet. HEX triplet: B2, 23 and 92. RGB value is (178,35,146). Sum of RGB (Red+Green+Blue) = 178+35+146=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B22392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22392 is #4DDC6D. Grayscale: #5A5A5A. Windows color (decimal): -5102702 or 9577394. OLE color: 9577394.

HSL color Cylindrical-coordinate representation of color #B22392: hue angle of 313.43º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22392 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 35 146 -
CMYK 0 0.80 0.18 0.30
HSL 313.43º 0.67% 0.42% -
HSV(B) 313.43º 0.8% 0.7% -
XYZ 24.15 12.74 28.38 -
YUV 90.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 178 35 146 0 0.80 0.18 0.30 313.43 0.67 0.42
Hex B2 23 92 0 50 12 1E 139 43 2A
Octal 262 43 222 0 120 22 36 471 103 52
Binary 10110010 100011 10010010 0 1010000 10010 11110 100111001 1000011 101010

Color Harmonies of #B22392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22392

Black with #B22392

Text Example


Text Example

White with #B22392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22392; }

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

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

background-color css

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

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

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

border-color css

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

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

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