#B3408C

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

Shades of Medium Red Violet #B3408C

Tints of Medium Red Violet #B3408C

Color information

#B3408C (or 0xB3408C) is unknown color: approx Medium Red Violet. HEX triplet: B3, 40 and 8C. RGB value is (179,64,140). Sum of RGB (Red+Green+Blue) = 179+64+140=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B3408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3408C is #4CBF73. Grayscale: #6A6A6A. Windows color (decimal): -5029748 or 9191603. OLE color: 9191603.

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

Color convert

RGB17964140-
CMYK00.640.220.30
HSL320.35º47.33%47.65%-
HSV(B)320.35º64.25%70.2%-
XYZ25.1615.1426.41-
YUV107.05146.6179.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 64 (25.39% from 255) = 16.71%
BLUE value IS 140 (55.08% from 255) = 36.55%
R=46.74%
G=16.71%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796414000.640.220.30320.3547.3347.65
HexB3408C040161E1402f30
Octal263100214010026365005760
Binary10110011100000010001100010000001011011110101000000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3408C; }

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

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

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

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

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

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

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

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