#B13885

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

Shades of Medium Red Violet #B13885

Tints of Medium Red Violet #B13885

Color information

#B13885 (or 0xB13885) is unknown color: approx Medium Red Violet. HEX triplet: B1, 38 and 85. RGB value is (177,56,133). Sum of RGB (Red+Green+Blue) = 177+56+133=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B13885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13885 is #4EC77A. Grayscale: #646464. Windows color (decimal): -5162875 or 8730801. OLE color: 8730801.

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

Color convert

RGB17756133-
CMYK00.680.250.31
HSL321.82º51.93%45.69%-
HSV(B)321.82º68.36%69.41%-
XYZ23.7813.8723.61-
YUV100.96146.09182.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 56 (22.27% from 255) = 15.30%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=48.36%
G=15.30%
B=36.34%

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
Decimal1775613300.680.250.31321.8251.9345.69
HexB13885044191F142342e
Octal26170205010431375026456
Binary1011000111100010000101010001001100111111101000010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13885; }

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

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

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

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

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

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

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

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