#B2357A

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

Shades of Medium Red Violet #B2357A

Tints of Medium Red Violet #B2357A

Color information

#B2357A (or 0xB2357A) is unknown color: approx Medium Red Violet. HEX triplet: B2, 35 and 7A. RGB value is (178,53,122). Sum of RGB (Red+Green+Blue) = 178+53+122=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2357A is #4DCA85. Grayscale: #626262. Windows color (decimal): -5098118 or 8009138. OLE color: 8009138.

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

Color convert

RGB17853122-
CMYK00.700.310.30
HSL326.88º54.11%45.29%-
HSV(B)326.88º70.22%69.8%-
XYZ23.1513.4219.78-
YUV98.24141.41184.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.42%
GREEN value IS 53 (21.09% from 255) = 15.01%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=50.42%
G=15.01%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785312200.700.310.30326.8854.1145.29
HexB2357A0461F1E147362d
Octal26265172010637365076655
Binary101100101101011111010010001101111111110101000111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2357A; }

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

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

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

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

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

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

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

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