#B12CA2

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

Shades of Medium Red Violet #B12CA2

Tints of Medium Red Violet #B12CA2

Color information

#B12CA2 (or 0xB12CA2) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2C and A2. RGB value is (177,44,162). Sum of RGB (Red+Green+Blue) = 177+44+162=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B12CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12CA2 is #4ED35D. Grayscale: #606060. Windows color (decimal): -5165918 or 10628273. OLE color: 10628273.

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

Color convert

RGB17744162-
CMYK00.750.080.31
HSL306.77º60.18%43.33%-
HSV(B)306.77º75.14%69.41%-
XYZ25.5513.7635.49-
YUV97.22164.56184.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 44 (17.58% from 255) = 11.49%
BLUE value IS 162 (63.67% from 255) = 42.30%
R=46.21%
G=11.49%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774416200.750.080.31306.7760.1843.33
HexB12CA204B81F1333c2b
Octal26154242011310374637453
Binary101100011011001010001001001011100011111100110011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12CA2; }

 p { color: rgb(177,44,162); }

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

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

 a { background-color: rgb(177,44,162); }

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

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

 span { border-color: rgb(177,44,162); }

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