#B3438D

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

Shades of Medium Red Violet #B3438D

Tints of Medium Red Violet #B3438D

Color information

#B3438D (or 0xB3438D) is unknown color: approx Medium Red Violet. HEX triplet: B3, 43 and 8D. RGB value is (179,67,141). Sum of RGB (Red+Green+Blue) = 179+67+141=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B3438D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3438D is #4CBC72. Grayscale: #6C6C6C. Windows color (decimal): -5028979 or 9257907. OLE color: 9257907.

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

Color convert

RGB17967141-
CMYK00.630.210.30
HSL320.36º45.53%48.24%-
HSV(B)320.36º62.57%70.2%-
XYZ25.4115.5226.86-
YUV108.92146.11177.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.25%
GREEN value IS 67 (26.56% from 255) = 17.31%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=46.25%
G=17.31%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796714100.630.210.30320.3645.5348.24
HexB3438D03F151E1402e30
Octal26310321507725365005660
Binary1011001110000111000110101111111010111110101000000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3438D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3438D; }

 p { color: rgb(179,67,141); }

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

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

 a { background-color: rgb(179,67,141); }

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

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

 span { border-color: rgb(179,67,141); }

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