#B12F8A

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

Shades of Medium Red Violet #B12F8A

Tints of Medium Red Violet #B12F8A

Color information

#B12F8A (or 0xB12F8A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2F and 8A. RGB value is (177,47,138). Sum of RGB (Red+Green+Blue) = 177+47+138=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12F8A is #4ED075. Grayscale: #606060. Windows color (decimal): -5165174 or 9056177. OLE color: 9056177.

HSL color Cylindrical-coordinate representation of color #B12F8A: hue angle of 318º 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 #B12F8A is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB17747138-
CMYK00.730.220.31
HSL318º58.04%43.92%-
HSV(B)318º73.45%69.41%-
XYZ23.7413.2225.34-
YUV96.24151.57185.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.90%
GREEN value IS 47 (18.75% from 255) = 12.98%
BLUE value IS 138 (54.30% from 255) = 38.12%
R=48.90%
G=12.98%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774713800.730.220.3131858.0443.92
HexB12F8A049161F13e3a2c
Octal26157212011126374767254
Binary1011000110111110001010010010011011011111100111110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12F8A; }

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

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

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

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

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

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

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

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