#B04085

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

Shades of Medium Red Violet #B04085

Tints of Medium Red Violet #B04085

Color information

#B04085 (or 0xB04085) is unknown color: approx Medium Red Violet. HEX triplet: B0, 40 and 85. RGB value is (176,64,133). Sum of RGB (Red+Green+Blue) = 176+64+133=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B04085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04085 is #4FBF7A. Grayscale: #696969. Windows color (decimal): -5226363 or 8732848. OLE color: 8732848.

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

Color convert

RGB17664133-
CMYK00.640.240.31
HSL323.04º46.67%47.06%-
HSV(B)323.04º63.64%69.02%-
XYZ23.9714.5923.74-
YUV105.35143.61178.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 64 (25.39% from 255) = 17.16%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=47.18%
G=17.16%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766413300.640.240.31323.0446.6747.06
HexB04085040181F1432f2f
Octal260100205010030375035757
Binary10110000100000010000101010000001100011111101000011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04085; }

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

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

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

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

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

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

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

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