#B22B75

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

Shades of Medium Red Violet #B22B75

Tints of Medium Red Violet #B22B75

Color information

#B22B75 (or 0xB22B75) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2B and 75. RGB value is (178,43,117). Sum of RGB (Red+Green+Blue) = 178+43+117=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22B75 is #4DD48A. Grayscale: #5B5B5B. Windows color (decimal): -5100683 or 7678898. OLE color: 7678898.

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

Color convert

RGB17843117-
CMYK00.760.340.30
HSL327.11º61.09%43.33%-
HSV(B)327.11º75.84%69.8%-
XYZ22.4312.4818.06-
YUV91.8142.23189.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.66%
GREEN value IS 43 (17.19% from 255) = 12.72%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=52.66%
G=12.72%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784311700.760.340.30327.1161.0943.33
HexB22B7504C221E1473d2b
Octal26253165011442365077553
Binary1011001010101111101010100110010001011110101000111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B75; }

 p { color: rgb(178,43,117); }

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

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

 a { background-color: rgb(178,43,117); }

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

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

 span { border-color: rgb(178,43,117); }

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