#B22CAA

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

Shades of Medium Red Violet #B22CAA

Tints of Medium Red Violet #B22CAA

Color information

#B22CAA (or 0xB22CAA) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2C and AA. RGB value is (178,44,170). Sum of RGB (Red+Green+Blue) = 178+44+170=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B22CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22CAA is #4DD355. Grayscale: #626262. Windows color (decimal): -5100374 or 11152562. OLE color: 11152562.

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

Color convert

RGB17844170-
CMYK00.750.040.30
HSL303.58º60.36%43.53%-
HSV(B)303.58º75.28%69.8%-
XYZ26.5214.1739.37-
YUV98.43168.39184.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.41%
GREEN value IS 44 (17.58% from 255) = 11.22%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=45.41%
G=11.22%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784417000.750.040.30303.5860.3643.53
HexB22CAA04B41E1303c2c
Octal2625425201134364607454
Binary10110010101100101010100100101110011110100110000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22CAA; }

 p { color: rgb(178,44,170); }

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

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

 a { background-color: rgb(178,44,170); }

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

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

 span { border-color: rgb(178,44,170); }

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