#B22F9A

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

Shades of Medium Red Violet #B22F9A

Tints of Medium Red Violet #B22F9A

Color information

#B22F9A (or 0xB22F9A) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2F and 9A. RGB value is (178,47,154). Sum of RGB (Red+Green+Blue) = 178+47+154=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22F9A is #4DD065. Grayscale: #626262. Windows color (decimal): -5099622 or 10104754. OLE color: 10104754.

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

Color convert

RGB17847154-
CMYK00.740.130.30
HSL310.99º58.22%44.12%-
HSV(B)310.99º73.6%69.8%-
XYZ25.2113.8331.91-
YUV98.37159.4184.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 47 (18.75% from 255) = 12.40%
BLUE value IS 154 (60.55% from 255) = 40.63%
R=46.97%
G=12.40%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784715400.740.130.30310.9958.2244.12
HexB22F9A04AD1E1373a2c
Octal26257232011215364677254
Binary101100101011111001101001001010110111110100110111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22F9A; }

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

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

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

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

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

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

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

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