#B2337B

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

Shades of Medium Red Violet #B2337B

Tints of Medium Red Violet #B2337B

Color information

#B2337B (or 0xB2337B) is unknown color: approx Medium Red Violet. HEX triplet: B2, 33 and 7B. RGB value is (178,51,123). Sum of RGB (Red+Green+Blue) = 178+51+123=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2337B is #4DCC84. Grayscale: #616161. Windows color (decimal): -5098629 or 8074162. OLE color: 8074162.

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

Color convert

RGB17851123-
CMYK00.710.310.30
HSL325.98º55.46%44.9%-
HSV(B)325.98º71.35%69.8%-
XYZ23.1213.2620.08-
YUV97.18142.58185.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 51 (20.31% from 255) = 14.49%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=50.57%
G=14.49%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785112300.710.310.30325.9855.4644.9
HexB2337B0471F1E146372d
Octal26263173010737365066755
Binary101100101100111111011010001111111111110101000110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2337B; }

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

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

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

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

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

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

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

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