#B0337D

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

Shades of Medium Red Violet #B0337D

Tints of Medium Red Violet #B0337D

Color information

#B0337D (or 0xB0337D) is unknown color: approx Medium Red Violet. HEX triplet: B0, 33 and 7D. RGB value is (176,51,125). Sum of RGB (Red+Green+Blue) = 176+51+125=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0337D is #4FCC82. Grayscale: #606060. Windows color (decimal): -5229699 or 8205232. OLE color: 8205232.

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

Color convert

RGB17651125-
CMYK00.710.290.31
HSL324.48º55.07%44.51%-
HSV(B)324.48º71.02%69.02%-
XYZ22.7913.0820.73-
YUV96.81143.91184.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 14.49%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=50%
G=14.49%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765112500.710.290.31324.4855.0744.51
HexB0337D0471D1F144372d
Octal26063175010735375046755
Binary101100001100111111101010001111110111111101000100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0337D; }

 p { color: rgb(176,51,125); }

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

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

 a { background-color: rgb(176,51,125); }

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

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

 span { border-color: rgb(176,51,125); }

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