#B22F7F

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

Shades of Medium Red Violet #B22F7F

Tints of Medium Red Violet #B22F7F

Color information

#B22F7F (or 0xB22F7F) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2F and 7F. RGB value is (178,47,127). Sum of RGB (Red+Green+Blue) = 178+47+127=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22F7F is #4DD080. Grayscale: #5F5F5F. Windows color (decimal): -5099649 or 8335282. OLE color: 8335282.

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

Color convert

RGB17847127-
CMYK00.740.290.30
HSL323.36º58.22%44.12%-
HSV(B)323.36º73.6%69.8%-
XYZ23.2113.0321.37-
YUV95.29145.9187-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 47 (18.75% from 255) = 13.35%
BLUE value IS 127 (50% from 255) = 36.08%
R=50.57%
G=13.35%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784712700.740.290.30323.3658.2244.12
HexB22F7F04A1D1E1433a2c
Octal26257177011235365037254
Binary101100101011111111111010010101110111110101000011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22F7F; }

 p { color: rgb(178,47,127); }

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

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

 a { background-color: rgb(178,47,127); }

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

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

 span { border-color: rgb(178,47,127); }

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