#B03695

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

Shades of Medium Red Violet #B03695

Tints of Medium Red Violet #B03695

Color information

#B03695 (or 0xB03695) is unknown color: approx Medium Red Violet. HEX triplet: B0, 36 and 95. RGB value is (176,54,149). Sum of RGB (Red+Green+Blue) = 176+54+149=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B03695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03695 is #4FC96A. Grayscale: #656565. Windows color (decimal): -5228907 or 9778864. OLE color: 9778864.

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

Color convert

RGB17654149-
CMYK00.690.150.31
HSL313.28º53.04%45.1%-
HSV(B)313.28º69.32%69.02%-
XYZ24.6514.0429.84-
YUV101.31154.92181.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 54 (21.48% from 255) = 14.25%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=46.44%
G=14.25%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765414900.690.150.31313.2853.0445.1
HexB03695045F1F139352d
Octal26066225010517374716555
Binary101100001101101001010101000101111111111100111001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03695; }

 p { color: rgb(176,54,149); }

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

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

 a { background-color: rgb(176,54,149); }

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

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

 span { border-color: rgb(176,54,149); }

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