#B2347D

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

Shades of Medium Red Violet #B2347D

Tints of Medium Red Violet #B2347D

Color information

#B2347D (or 0xB2347D) is unknown color: approx Medium Red Violet. HEX triplet: B2, 34 and 7D. RGB value is (178,52,125). Sum of RGB (Red+Green+Blue) = 178+52+125=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2347D is #4DCB82. Grayscale: #616161. Windows color (decimal): -5098371 or 8205490. OLE color: 8205490.

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

Color convert

RGB17852125-
CMYK00.710.300.30
HSL325.24º54.78%45.1%-
HSV(B)325.24º70.79%69.8%-
XYZ23.2913.420.76-
YUV98143.24185.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 52 (20.70% from 255) = 14.65%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=50.14%
G=14.65%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785212500.710.300.30325.2454.7845.1
HexB2347D0471E1E145372d
Octal26264175010736365056755
Binary101100101101001111101010001111111011110101000101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2347D; }

 p { color: rgb(178,52,125); }

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

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

 a { background-color: rgb(178,52,125); }

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

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

 span { border-color: rgb(178,52,125); }

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