#B3409E

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

Shades of Medium Red Violet #B3409E

Tints of Medium Red Violet #B3409E

Color information

#B3409E (or 0xB3409E) is unknown color: approx Medium Red Violet. HEX triplet: B3, 40 and 9E. RGB value is (179,64,158). Sum of RGB (Red+Green+Blue) = 179+64+158=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B3409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3409E is #4CBF61. Grayscale: #6C6C6C. Windows color (decimal): -5029730 or 10371251. OLE color: 10371251.

HSL color Cylindrical-coordinate representation of color #B3409E: hue angle of 310.96º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3409E is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17964158-
CMYK00.640.120.30
HSL310.96º47.33%47.65%-
HSV(B)310.96º64.25%70.2%-
XYZ26.615.7233.98-
YUV109.1155.6177.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 64 (25.39% from 255) = 15.96%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=44.64%
G=15.96%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796415800.640.120.30310.9647.3347.65
HexB3409E040C1E1372f30
Octal263100236010014364675760
Binary1011001110000001001111001000000110011110100110111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3409E; }

 p { color: rgb(179,64,158); }

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

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

 a { background-color: rgb(179,64,158); }

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

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

 span { border-color: rgb(179,64,158); }

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