#b133a4

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

Shades of Medium Red Violet #B133A4

Tints of Medium Red Violet #B133A4

Color information

#B133A4 (or 0xB133A4) is unknown color: approx Medium Red Violet. HEX triplet: B1, 33 and A4. RGB value is (177,51,164). Sum of RGB (Red+Green+Blue) = 177+51+164=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B133A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B133A4 is #4ECC5B. Grayscale: #656565. Windows color (decimal): -5164124 or 10761137. OLE color: 10761137.

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

Color convert

RGB17751164-
CMYK00.710.070.31
HSL306.19º55.26%44.71%-
HSV(B)306.19º71.19%69.41%-
XYZ26.0214.436.53-
YUV101.56163.24181.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 51 (20.31% from 255) = 13.01%
BLUE value IS 164 (64.45% from 255) = 41.84%
R=45.15%
G=13.01%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775116400.710.070.31306.1955.2644.71
HexB133A404771F132372d
Octal2616324401077374626755
Binary10110001110011101001000100011111111111100110010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b133a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b133a4; }

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

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

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

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

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

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

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

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