#B2358E

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

Shades of Medium Red Violet #B2358E

Tints of Medium Red Violet #B2358E

Color information

#B2358E (or 0xB2358E) is unknown color: approx Medium Red Violet. HEX triplet: B2, 35 and 8E. RGB value is (178,53,142). Sum of RGB (Red+Green+Blue) = 178+53+142=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2358E is #4DCA71. Grayscale: #646464. Windows color (decimal): -5098098 or 9319858. OLE color: 9319858.

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

Color convert

RGB17853142-
CMYK00.700.200.30
HSL317.28º54.11%45.29%-
HSV(B)317.28º70.22%69.8%-
XYZ24.5213.9626.99-
YUV100.52151.41183.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 53 (21.09% from 255) = 14.21%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=47.72%
G=14.21%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785314200.700.200.30317.2854.1145.29
HexB2358E046141E13d362d
Octal26265216010624364756655
Binary1011001011010110001110010001101010011110100111101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2358E; }

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

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

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

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

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

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

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

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