#B12FA1

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

Shades of Medium Red Violet #B12FA1

Tints of Medium Red Violet #B12FA1

Color information

#B12FA1 (or 0xB12FA1) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2F and A1. RGB value is (177,47,161). Sum of RGB (Red+Green+Blue) = 177+47+161=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B12FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12FA1 is #4ED05E. Grayscale: #626262. Windows color (decimal): -5165151 or 10563505. OLE color: 10563505.

HSL color Cylindrical-coordinate representation of color #B12FA1: hue angle of 307.38º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B12FA1 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17747161-
CMYK00.730.090.31
HSL307.38º58.04%43.92%-
HSV(B)307.38º73.45%69.41%-
XYZ25.5813.9535.06-
YUV98.87163.07183.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 47 (18.75% from 255) = 12.21%
BLUE value IS 161 (63.28% from 255) = 41.82%
R=45.97%
G=12.21%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774716100.730.090.31307.3858.0443.92
HexB12FA104991F1333a2c
Octal26157241011111374637254
Binary101100011011111010000101001001100111111100110011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12FA1; }

 p { color: rgb(177,47,161); }

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

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

 a { background-color: rgb(177,47,161); }

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

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

 span { border-color: rgb(177,47,161); }

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