#B13372

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

Shades of Medium Red Violet #B13372

Tints of Medium Red Violet #B13372

Color information

#B13372 (or 0xB13372) is unknown color: approx Medium Red Violet. HEX triplet: B1, 33 and 72. RGB value is (177,51,114). Sum of RGB (Red+Green+Blue) = 177+51+114=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B13372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13372 is #4ECC8D. Grayscale: #5F5F5F. Windows color (decimal): -5164174 or 7484337. OLE color: 7484337.

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

Color convert

RGB17751114-
CMYK00.710.360.31
HSL330º55.26%44.71%-
HSV(B)330º71.19%69.41%-
XYZ22.3512.9317.24-
YUV95.86138.24185.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 51 (20.31% from 255) = 14.91%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=51.75%
G=14.91%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775111400.710.360.3133055.2644.71
HexB13372047241F14a372d
Octal26163162010744375126755
Binary1011000111001111100100100011110010011111101001010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13372; }

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

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

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

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

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

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

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

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