#B13884

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

Shades of Medium Red Violet #B13884

Tints of Medium Red Violet #B13884

Color information

#B13884 (or 0xB13884) is unknown color: approx Medium Red Violet. HEX triplet: B1, 38 and 84. RGB value is (177,56,132). Sum of RGB (Red+Green+Blue) = 177+56+132=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B13884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13884 is #4EC77B. Grayscale: #646464. Windows color (decimal): -5162876 or 8665265. OLE color: 8665265.

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

Color convert

RGB17756132-
CMYK00.680.250.31
HSL322.31º51.93%45.69%-
HSV(B)322.31º68.36%69.41%-
XYZ23.7113.8423.25-
YUV100.84145.59182.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 56 (22.27% from 255) = 15.34%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=48.49%
G=15.34%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775613200.680.250.31322.3151.9345.69
HexB13884044191F142342e
Octal26170204010431375026456
Binary1011000111100010000100010001001100111111101000010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13884; }

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

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

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

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

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

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

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

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