#B226AC

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

Shades of Medium Red Violet #B226AC

Tints of Medium Red Violet #B226AC

Color information

#B226AC (or 0xB226AC) is unknown color: approx Medium Red Violet. HEX triplet: B2, 26 and AC. RGB value is (178,38,172). Sum of RGB (Red+Green+Blue) = 178+38+172=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B226AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B226AC is #4DD953. Grayscale: #5E5E5E. Windows color (decimal): -5101908 or 11282098. OLE color: 11282098.

HSL color Cylindrical-coordinate representation of color #B226AC: hue angle of 302.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B226AC is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB17838172-
CMYK00.790.030.30
HSL302.57º64.81%42.35%-
HSV(B)302.57º78.65%69.8%-
XYZ26.513.8340.3-
YUV95.14171.38187.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 38 (15.23% from 255) = 9.79%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=45.88%
G=9.79%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783817200.790.030.30302.5764.8142.35
HexB226AC04F31E12f412a
Octal26246254011733645710152
Binary10110010100110101011000100111111111101001011111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B226AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B226AC; }

 p { color: rgb(178,38,172); }

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

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

 a { background-color: rgb(178,38,172); }

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

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

 span { border-color: rgb(178,38,172); }

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