#B12AA6

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

Shades of Medium Red Violet #B12AA6

Tints of Medium Red Violet #B12AA6

Color information

#B12AA6 (or 0xB12AA6) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2A and A6. RGB value is (177,42,166). Sum of RGB (Red+Green+Blue) = 177+42+166=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B12AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12AA6 is #4ED559. Grayscale: #606060. Windows color (decimal): -5166426 or 10889905. OLE color: 10889905.

HSL color Cylindrical-coordinate representation of color #B12AA6: hue angle of 304.89º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12AA6 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17742166-
CMYK00.760.060.31
HSL304.89º61.64%42.94%-
HSV(B)304.89º76.27%69.41%-
XYZ25.8413.7637.37-
YUV96.5167.23185.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 42 (16.80% from 255) = 10.91%
BLUE value IS 166 (65.23% from 255) = 43.12%
R=45.97%
G=10.91%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774216600.760.060.31304.8961.6442.94
HexB12AA604C61F1313e2b
Octal2615224601146374617653
Binary10110001101010101001100100110011011111100110001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12AA6; }

 p { color: rgb(177,42,166); }

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

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

 a { background-color: rgb(177,42,166); }

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

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

 span { border-color: rgb(177,42,166); }

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