#B226AB

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

Shades of Medium Red Violet #B226AB

Tints of Medium Red Violet #B226AB

Color information

#B226AB (or 0xB226AB) is unknown color: approx Medium Red Violet. HEX triplet: B2, 26 and AB. RGB value is (178,38,171). Sum of RGB (Red+Green+Blue) = 178+38+171=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B226AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B226AB is #4DD954. Grayscale: #5E5E5E. Windows color (decimal): -5101909 or 11216562. OLE color: 11216562.

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

Color convert

RGB17838171-
CMYK00.790.040.30
HSL303º64.81%42.35%-
HSV(B)303º78.65%69.8%-
XYZ26.413.7939.8-
YUV95.02170.88187.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 38 (15.23% from 255) = 9.82%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=45.99%
G=9.82%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783817100.790.040.3030364.8142.35
HexB226AB04F41E12f412a
Octal26246253011743645710152
Binary101100101001101010101101001111100111101001011111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B226AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B226AB; }

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

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

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

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

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

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

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

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