#b13ba4

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

Shades of Medium Red Violet #B13BA4

Tints of Medium Red Violet #B13BA4

Color information

#B13BA4 (or 0xB13BA4) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3B and A4. RGB value is (177,59,164). Sum of RGB (Red+Green+Blue) = 177+59+164=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B13BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13BA4 is #4EC45B. Grayscale: #696969. Windows color (decimal): -5162076 or 10763185. OLE color: 10763185.

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

Color convert

RGB17759164-
CMYK00.670.070.31
HSL306.61º50%46.27%-
HSV(B)306.61º66.67%69.41%-
XYZ26.415.1636.66-
YUV106.25160.59178.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 59 (23.44% from 255) = 14.75%
BLUE value IS 164 (64.45% from 255) = 41%
R=44.25%
G=14.75%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775916400.670.070.31306.615046.27
HexB13BA404371F133322e
Octal2617324401037374636256
Binary10110001111011101001000100001111111111100110011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b13ba4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b13ba4; }

 p { color: rgb(177,59,164); }

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

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

 a { background-color: rgb(177,59,164); }

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

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

 span { border-color: rgb(177,59,164); }

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