#B138A0

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

Shades of Medium Red Violet #B138A0

Tints of Medium Red Violet #B138A0

Color information

#B138A0 (or 0xB138A0) is unknown color: approx Medium Red Violet. HEX triplet: B1, 38 and A0. RGB value is (177,56,160). Sum of RGB (Red+Green+Blue) = 177+56+160=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B138A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B138A0 is #4EC75F. Grayscale: #676767. Windows color (decimal): -5162848 or 10500273. OLE color: 10500273.

HSL color Cylindrical-coordinate representation of color #B138A0: hue angle of 308.43º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B138A0 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17756160-
CMYK00.680.100.31
HSL308.43º51.93%45.69%-
HSV(B)308.43º68.36%69.41%-
XYZ25.8914.7134.73-
YUV104.04159.59180.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 56 (22.27% from 255) = 14.25%
BLUE value IS 160 (62.89% from 255) = 40.71%
R=45.04%
G=14.25%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775616000.680.100.31308.4351.9345.69
HexB138A0044A1F134342e
Octal26170240010412374646456
Binary101100011110001010000001000100101011111100110100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B138A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B138A0; }

 p { color: rgb(177,56,160); }

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

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

 a { background-color: rgb(177,56,160); }

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

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

 span { border-color: rgb(177,56,160); }

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