Html Css Color HEX #B22992 Medium Red Violet

📋 copy color: '#B22992'

red 178 ◦ green 41 ◦ blue 146

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

Shades of Medium Red Violet #B22992

Tints of Medium Red Violet #B22992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.23%

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

R = 48.77%
G = 11.23%
B = 40%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B22992 (or 0xB22992) is known color: Medium Red Violet. HEX triplet: B2, 29 and 92. RGB value is (178,41,146). Sum of RGB (Red+Green+Blue) = 178+41+146=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B22992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22992 is #4DD66D. Grayscale: #5D5D5D. Windows color (decimal): -5101166 or 9578930. OLE color: 9578930.

HSL color Cylindrical-coordinate representation of color #B22992: hue angle of 314.01º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B22992 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 41 146 -
CMYK 0 0.77 0.18 0.30
HSL 314.01º 0.63% 0.43% -
HSV(B) 314.01º 0.77% 0.7% -
XYZ 24.34 13.13 28.44 -
YUV 93.93 157.39 187.96 -
System Red Green Blue C M Y K H S L
Decimal 178 41 146 0 0.77 0.18 0.30 314.01 0.63 0.43
Hex B2 29 92 0 4D 12 1E 13A 3F 2B
Octal 262 51 222 0 115 22 36 472 77 53
Binary 10110010 101001 10010010 0 1001101 10010 11110 100111010 111111 101011

Color Harmonies of #B22992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22992

Black with #B22992

Text Example


Text Example

White with #B22992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22992; }

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

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

background-color css

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

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

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

border-color css

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

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

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