#B136A4

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

Shades of Medium Red Violet #B136A4

Tints of Medium Red Violet #B136A4

Color information

#B136A4 (or 0xB136A4) is unknown color: approx Medium Red Violet. HEX triplet: B1, 36 and A4. RGB value is (177,54,164). Sum of RGB (Red+Green+Blue) = 177+54+164=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B136A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B136A4 is #4EC95B. Grayscale: #676767. Windows color (decimal): -5163356 or 10761905. OLE color: 10761905.

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

Color convert

RGB17754164-
CMYK00.690.070.31
HSL306.34º53.25%45.29%-
HSV(B)306.34º69.49%69.41%-
XYZ26.1514.6736.57-
YUV103.32162.25180.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 54 (21.48% from 255) = 13.67%
BLUE value IS 164 (64.45% from 255) = 41.52%
R=44.81%
G=13.67%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775416400.690.070.31306.3453.2545.29
HexB136A404571F132352d
Octal2616624401057374626555
Binary10110001110110101001000100010111111111100110010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B136A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B136A4; }

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

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

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

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

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

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

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

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