#B3408E

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

Shades of Medium Red Violet #B3408E

Tints of Medium Red Violet #B3408E

Color information

#B3408E (or 0xB3408E) is unknown color: approx Medium Red Violet. HEX triplet: B3, 40 and 8E. RGB value is (179,64,142). Sum of RGB (Red+Green+Blue) = 179+64+142=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B3408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3408E is #4CBF71. Grayscale: #6B6B6B. Windows color (decimal): -5029746 or 9322675. OLE color: 9322675.

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

Color convert

RGB17964142-
CMYK00.640.210.30
HSL319.3º47.33%47.65%-
HSV(B)319.3º64.25%70.2%-
XYZ25.3115.227.19-
YUV107.28147.6179.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.49%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=46.49%
G=16.62%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796414200.640.210.30319.347.3347.65
HexB3408E040151E13f2f30
Octal263100216010025364775760
Binary10110011100000010001110010000001010111110100111111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3408E; }

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

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

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

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

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

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

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

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