Html Css Color HEX #B22097 Medium Red Violet

📋 copy color: '#B22097'

red 178 ◦ green 32 ◦ blue 151

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

Shades of Medium Red Violet #B22097

Tints of Medium Red Violet #B22097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.83%

R = 49.31%
G = 8.86%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B22097 (or 0xB22097) is known color: Medium Red Violet. HEX triplet: B2, 20 and 97. RGB value is (178,32,151). Sum of RGB (Red+Green+Blue) = 178+32+151=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B22097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22097 is #4DDF68. Grayscale: #585858. Windows color (decimal): -5103465 or 9904306. OLE color: 9904306.

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

Color convert

RGB 178 32 151 -
CMYK 0 0.82 0.15 0.30
HSL 311.1º 0.7% 0.41% -
HSV(B) 311.1º 0.82% 0.7% -
XYZ 24.46 12.73 30.45 -
YUV 89.22 162.87 191.32 -
System Red Green Blue C M Y K H S L
Decimal 178 32 151 0 0.82 0.15 0.30 311.1 0.7 0.41
Hex B2 20 97 0 52 F 1E 137 46 29
Octal 262 40 227 0 122 17 36 467 106 51
Binary 10110010 100000 10010111 0 1010010 1111 11110 100110111 1000110 101001

Color Harmonies of #B22097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22097

Black with #B22097

Text Example


Text Example

White with #B22097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22097; }

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

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

background-color css

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

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

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

border-color css

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

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

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