#B4127A

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

Shades of Medium Violet Red #B4127A

Tints of Medium Violet Red #B4127A

Color information

#B4127A (or 0xB4127A) is unknown color: approx Medium Violet Red. HEX triplet: B4, 12 and 7A. RGB value is (180,18,122). Sum of RGB (Red+Green+Blue) = 180+18+122=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B4127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4127A is #4BED85. Grayscale: #4E4E4E. Windows color (decimal): -4976006 or 8000180. OLE color: 8000180.

HSL color Cylindrical-coordinate representation of color #B4127A: hue angle of 321.48º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B4127A is Cyan = 0, Magento = 0.9, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18018122-
CMYK00.90.320.29
HSL321.48º81.82%38.82%-
HSV(B)321.48º90%70.59%-
XYZ22.5511.5419.45-
YUV78.29152.67200.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.25%
GREEN value IS 18 (7.42% from 255) = 5.62%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=56.25%
G=5.62%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801812200.90.320.29321.4881.8238.82
HexB4127A05A201D1415227
Octal264221720132403550112247
Binary1011010010010111101001011010100000111011010000011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4127A; }

 p { color: rgb(180,18,122); }

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

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

 a { background-color: rgb(180,18,122); }

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

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

 span { border-color: rgb(180,18,122); }

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