#B13883

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

Shades of Medium Red Violet #B13883

Tints of Medium Red Violet #B13883

Color information

#B13883 (or 0xB13883) is unknown color: approx Medium Red Violet. HEX triplet: B1, 38 and 83. RGB value is (177,56,131). Sum of RGB (Red+Green+Blue) = 177+56+131=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B13883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13883 is #4EC77C. Grayscale: #646464. Windows color (decimal): -5162877 or 8599729. OLE color: 8599729.

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

Color convert

RGB17756131-
CMYK00.680.260.31
HSL322.81º51.93%45.69%-
HSV(B)322.81º68.36%69.41%-
XYZ23.6413.8122.89-
YUV100.73145.09182.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 56 (22.27% from 255) = 15.38%
BLUE value IS 131 (51.56% from 255) = 35.99%
R=48.63%
G=15.38%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775613100.680.260.31322.8151.9345.69
HexB138830441A1F143342e
Octal26170203010432375036456
Binary1011000111100010000011010001001101011111101000011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13883; }

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

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

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

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

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

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

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

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