#B0337B

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

Shades of Medium Red Violet #B0337B

Tints of Medium Red Violet #B0337B

Color information

#B0337B (or 0xB0337B) is unknown color: approx Medium Red Violet. HEX triplet: B0, 33 and 7B. RGB value is (176,51,123). Sum of RGB (Red+Green+Blue) = 176+51+123=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0337B is #4FCC84. Grayscale: #606060. Windows color (decimal): -5229701 or 8074160. OLE color: 8074160.

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

Color convert

RGB17651123-
CMYK00.710.300.31
HSL325.44º55.07%44.51%-
HSV(B)325.44º71.02%69.02%-
XYZ22.6613.0320.06-
YUV96.58142.91184.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 51 (20.31% from 255) = 14.57%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=50.29%
G=14.57%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765112300.710.300.31325.4455.0744.51
HexB0337B0471E1F145372d
Octal26063173010736375056755
Binary101100001100111111011010001111111011111101000101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0337B; }

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

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

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

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

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

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

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

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