#B22D94

Color #B22D94 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B22D94

Tints of Medium Red Violet #B22D94

Color information

#B22D94 (or 0xB22D94) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2D and 94. RGB value is (178,45,148). Sum of RGB (Red+Green+Blue) = 178+45+148=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22D94 is #4DD26B. Grayscale: #606060. Windows color (decimal): -5100140 or 9711026. OLE color: 9711026.

HSL color Cylindrical-coordinate representation of color #B22D94: hue angle of 313.53º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22D94 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB17845148-
CMYK00.750.170.30
HSL313.53º59.64%43.73%-
HSV(B)313.53º74.72%69.8%-
XYZ24.6413.4829.32-
YUV96.51157.06186.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 45 (17.97% from 255) = 12.13%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=47.98%
G=12.13%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784514800.750.170.30313.5359.6443.73
HexB22D9404B111E13a3c2c
Octal26255224011321364727454
Binary1011001010110110010100010010111000111110100111010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22D94; }

 p { color: rgb(178,45,148); }

 H1.HeaderClassName
 {
   color: #B22D94;
 }
 .AnyTagClassName
 {
   color: #B22D94;
 }
</style>
background-color css

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

 a { background-color: rgb(178,45,148); }

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

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

 span { border-color: rgb(178,45,148); }

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