#B138A5

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

Shades of Medium Red Violet #B138A5

Tints of Medium Red Violet #B138A5

Color information

#B138A5 (or 0xB138A5) is unknown color: approx Medium Red Violet. HEX triplet: B1, 38 and A5. RGB value is (177,56,165). Sum of RGB (Red+Green+Blue) = 177+56+165=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B138A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B138A5 is #4EC75A. Grayscale: #686868. Windows color (decimal): -5162843 or 10827953. OLE color: 10827953.

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

Color convert

RGB17756165-
CMYK00.680.070.31
HSL305.95º51.93%45.69%-
HSV(B)305.95º68.36%69.41%-
XYZ26.3414.8937.08-
YUV104.6162.09179.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.47%
GREEN value IS 56 (22.27% from 255) = 14.07%
BLUE value IS 165 (64.84% from 255) = 41.46%
R=44.47%
G=14.07%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775616500.680.070.31305.9551.9345.69
HexB138A504471F132342e
Octal2617024501047374626456
Binary10110001111000101001010100010011111111100110010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B138A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B138A5; }

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

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

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

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

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

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

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

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