#B2357E

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

Shades of Medium Red Violet #B2357E

Tints of Medium Red Violet #B2357E

Color information

#B2357E (or 0xB2357E) is unknown color: approx Medium Red Violet. HEX triplet: B2, 35 and 7E. RGB value is (178,53,126). Sum of RGB (Red+Green+Blue) = 178+53+126=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2357E is #4DCA81. Grayscale: #626262. Windows color (decimal): -5098114 or 8271282. OLE color: 8271282.

HSL color Cylindrical-coordinate representation of color #B2357E: hue angle of 324.96º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2357E is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB17853126-
CMYK00.700.290.30
HSL324.96º54.11%45.29%-
HSV(B)324.96º70.22%69.8%-
XYZ23.413.5221.11-
YUV98.7143.41184.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 53 (21.09% from 255) = 14.85%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=49.86%
G=14.85%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785312600.700.290.30324.9654.1145.29
HexB2357E0461D1E145362d
Octal26265176010635365056655
Binary101100101101011111110010001101110111110101000101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2357E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2357E; }

 p { color: rgb(178,53,126); }

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

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

 a { background-color: rgb(178,53,126); }

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

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

 span { border-color: rgb(178,53,126); }

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