#B22BA5

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

Shades of Medium Red Violet #B22BA5

Tints of Medium Red Violet #B22BA5

Color information

#B22BA5 (or 0xB22BA5) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2B and A5. RGB value is (178,43,165). Sum of RGB (Red+Green+Blue) = 178+43+165=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B22BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22BA5 is #4DD45A. Grayscale: #606060. Windows color (decimal): -5100635 or 10824626. OLE color: 10824626.

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

Color convert

RGB17843165-
CMYK00.760.070.30
HSL305.78º61.09%43.33%-
HSV(B)305.78º75.84%69.8%-
XYZ26.0213.9136.91-
YUV97.27166.23185.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.11%
GREEN value IS 43 (17.19% from 255) = 11.14%
BLUE value IS 165 (64.84% from 255) = 42.75%
R=46.11%
G=11.14%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784316500.760.070.30305.7861.0943.33
HexB22BA504C71E1323d2b
Octal2625324501147364627553
Binary10110010101011101001010100110011111110100110010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22BA5; }

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

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

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

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

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

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

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

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