#B3427E

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

Shades of Medium Red Violet #B3427E

Tints of Medium Red Violet #B3427E

Color information

#B3427E (or 0xB3427E) is unknown color: approx Medium Red Violet. HEX triplet: B3, 42 and 7E. RGB value is (179,66,126). Sum of RGB (Red+Green+Blue) = 179+66+126=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3427E is #4CBD81. Grayscale: #6A6A6A. Windows color (decimal): -5029250 or 8274611. OLE color: 8274611.

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

Color convert

RGB17966126-
CMYK00.630.300.30
HSL328.14º46.12%48.04%-
HSV(B)328.14º63.13%70.2%-
XYZ24.314.9921.35-
YUV106.63138.94179.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.25%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=48.25%
G=17.79%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796612600.630.300.30328.1446.1248.04
HexB3427E03F1E1E1482e30
Octal26310217607736365105660
Binary101100111000010111111001111111111011110101001000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3427E; }

 p { color: rgb(179,66,126); }

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

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

 a { background-color: rgb(179,66,126); }

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

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

 span { border-color: rgb(179,66,126); }

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