#b2337f

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

Shades of Medium Red Violet #B2337F

Tints of Medium Red Violet #B2337F

Color information

#B2337F (or 0xB2337F) is unknown color: approx Medium Red Violet. HEX triplet: B2, 33 and 7F. RGB value is (178,51,127). Sum of RGB (Red+Green+Blue) = 178+51+127=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2337F is #4DCC80. Grayscale: #616161. Windows color (decimal): -5098625 or 8336306. OLE color: 8336306.

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

Color convert

RGB17851127-
CMYK00.710.290.30
HSL324.09º55.46%44.9%-
HSV(B)324.09º71.35%69.8%-
XYZ23.3713.3621.43-
YUV97.64144.58185.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 14.33%
BLUE value IS 127 (50% from 255) = 35.67%
R=50%
G=14.33%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785112700.710.290.30324.0955.4644.9
HexB2337F0471D1E144372d
Octal26263177010735365046755
Binary101100101100111111111010001111110111110101000100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2337f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2337f; }

 p { color: rgb(178,51,127); }

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

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

 a { background-color: rgb(178,51,127); }

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

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

 span { border-color: rgb(178,51,127); }

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