#B22D7E

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

Shades of Medium Red Violet #B22D7E

Tints of Medium Red Violet #B22D7E

Color information

#B22D7E (or 0xB22D7E) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2D and 7E. RGB value is (178,45,126). Sum of RGB (Red+Green+Blue) = 178+45+126=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22D7E is #4DD281. Grayscale: #5D5D5D. Windows color (decimal): -5100162 or 8269234. OLE color: 8269234.

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

Color convert

RGB17845126-
CMYK00.750.290.30
HSL323.46º59.64%43.73%-
HSV(B)323.46º74.72%69.8%-
XYZ23.0612.8521-
YUV94146.06187.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 45 (17.97% from 255) = 12.89%
BLUE value IS 126 (49.61% from 255) = 36.10%
R=51.00%
G=12.89%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784512600.750.290.30323.4659.6443.73
HexB22D7E04B1D1E1433c2c
Octal26255176011335365037454
Binary101100101011011111110010010111110111110101000011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22D7E; }

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

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

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

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

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

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

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

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