#B13693

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

Shades of Medium Red Violet #B13693

Tints of Medium Red Violet #B13693

Color information

#B13693 (or 0xB13693) is unknown color: approx Medium Red Violet. HEX triplet: B1, 36 and 93. RGB value is (177,54,147). Sum of RGB (Red+Green+Blue) = 177+54+147=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B13693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13693 is #4EC96C. Grayscale: #656565. Windows color (decimal): -5163373 or 9647793. OLE color: 9647793.

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

Color convert

RGB17754147-
CMYK00.690.170.31
HSL314.63º53.25%45.29%-
HSV(B)314.63º69.49%69.41%-
XYZ24.7214.0929.02-
YUV101.38153.75181.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 54 (21.48% from 255) = 14.29%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=46.83%
G=14.29%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775414700.690.170.31314.6353.2545.29
HexB13693045111F13b352d
Octal26166223010521374736555
Binary1011000111011010010011010001011000111111100111011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13693; }

 p { color: rgb(177,54,147); }

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

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

 a { background-color: rgb(177,54,147); }

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

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

 span { border-color: rgb(177,54,147); }

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