#B3408B

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

Shades of Medium Red Violet #B3408B

Tints of Medium Red Violet #B3408B

Color information

#B3408B (or 0xB3408B) is unknown color: approx Medium Red Violet. HEX triplet: B3, 40 and 8B. RGB value is (179,64,139). Sum of RGB (Red+Green+Blue) = 179+64+139=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B3408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3408B is #4CBF74. Grayscale: #6A6A6A. Windows color (decimal): -5029749 or 9126067. OLE color: 9126067.

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

Color convert

RGB17964139-
CMYK00.640.220.30
HSL320.87º47.33%47.65%-
HSV(B)320.87º64.25%70.2%-
XYZ25.0815.1126.02-
YUV106.94146.1179.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.86%
GREEN value IS 64 (25.39% from 255) = 16.75%
BLUE value IS 139 (54.69% from 255) = 36.39%
R=46.86%
G=16.75%
B=36.39%

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
Decimal1796413900.640.220.30320.8747.3347.65
HexB3408B040161E1412f30
Octal263100213010026365015760
Binary10110011100000010001011010000001011011110101000001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3408B; }

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

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

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

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

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

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

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

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