#B12DA8

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

Shades of Medium Red Violet #B12DA8

Tints of Medium Red Violet #B12DA8

Color information

#B12DA8 (or 0xB12DA8) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2D and A8. RGB value is (177,45,168). Sum of RGB (Red+Green+Blue) = 177+45+168=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B12DA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12DA8 is #4ED257. Grayscale: #626262. Windows color (decimal): -5165656 or 11021745. OLE color: 11021745.

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

Color convert

RGB17745168-
CMYK00.750.050.31
HSL304.09º59.46%43.53%-
HSV(B)304.09º74.58%69.41%-
XYZ26.1414.0538.38-
YUV98.49167.23184-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.38%
GREEN value IS 45 (17.97% from 255) = 11.54%
BLUE value IS 168 (66.02% from 255) = 43.08%
R=45.38%
G=11.54%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774516800.750.050.31304.0959.4643.53
HexB12DA804B51F1303b2c
Octal2615525001135374607354
Binary10110001101101101010000100101110111111100110000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12DA8; }

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

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

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

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

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

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

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

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