#b04095

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

Shades of Medium Red Violet #B04095

Tints of Medium Red Violet #B04095

Color information

#B04095 (or 0xB04095) is unknown color: approx Medium Red Violet. HEX triplet: B0, 40 and 95. RGB value is (176,64,149). Sum of RGB (Red+Green+Blue) = 176+64+149=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B04095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04095 is #4FBF6A. Grayscale: #6A6A6A. Windows color (decimal): -5226347 or 9781424. OLE color: 9781424.

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

Color convert

RGB17664149-
CMYK00.640.150.31
HSL314.46º46.67%47.06%-
HSV(B)314.46º63.64%69.02%-
XYZ25.1615.0730.02-
YUV107.18151.61177.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 64 (25.39% from 255) = 16.45%
BLUE value IS 149 (58.59% from 255) = 38.30%
R=45.24%
G=16.45%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766414900.640.150.31314.4646.6747.06
HexB04095040F1F13a2f2f
Octal260100225010017374725757
Binary1011000010000001001010101000000111111111100111010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b04095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b04095; }

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

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

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

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

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

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

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

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