#B12BA8

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

Shades of Medium Red Violet #B12BA8

Tints of Medium Red Violet #B12BA8

Color information

#B12BA8 (or 0xB12BA8) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2B and A8. RGB value is (177,43,168). Sum of RGB (Red+Green+Blue) = 177+43+168=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 168 (66.02% from 255 or 43.30% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B12BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12BA8 is #4ED457. Grayscale: #606060. Windows color (decimal): -5166168 or 11021233. OLE color: 11021233.

HSL color Cylindrical-coordinate representation of color #B12BA8: hue angle of 304.03º degrees, saturation: 0.61, 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 #B12BA8 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17743168-
CMYK00.760.050.31
HSL304.03º60.91%43.14%-
HSV(B)304.03º75.71%69.41%-
XYZ26.0613.938.36-
YUV97.32167.89184.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 43 (17.19% from 255) = 11.08%
BLUE value IS 168 (66.02% from 255) = 43.30%
R=45.62%
G=11.08%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774316800.760.050.31304.0360.9143.14
HexB12BA804C51F1303d2b
Octal2615325001145374607553
Binary10110001101011101010000100110010111111100110000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12BA8; }

 p { color: rgb(177,43,168); }

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

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

 a { background-color: rgb(177,43,168); }

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

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

 span { border-color: rgb(177,43,168); }

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