#B22D8D

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

Shades of Medium Red Violet #B22D8D

Tints of Medium Red Violet #B22D8D

Color information

#B22D8D (or 0xB22D8D) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2D and 8D. RGB value is (178,45,141). Sum of RGB (Red+Green+Blue) = 178+45+141=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22D8D is #4DD272. Grayscale: #5F5F5F. Windows color (decimal): -5100147 or 9252274. OLE color: 9252274.

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

Color convert

RGB17845141-
CMYK00.750.210.30
HSL316.69º59.64%43.73%-
HSV(B)316.69º74.72%69.8%-
XYZ24.1113.2626.49-
YUV95.71153.56186.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.90%
GREEN value IS 45 (17.97% from 255) = 12.36%
BLUE value IS 141 (55.47% from 255) = 38.74%
R=48.90%
G=12.36%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784514100.750.210.30316.6959.6443.73
HexB22D8D04B151E13d3c2c
Octal26255215011325364757454
Binary1011001010110110001101010010111010111110100111101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22D8D; }

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

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

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

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

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

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

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

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