#B0328B

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

Shades of Medium Red Violet #B0328B

Tints of Medium Red Violet #B0328B

Color information

#B0328B (or 0xB0328B) is unknown color: approx Medium Red Violet. HEX triplet: B0, 32 and 8B. RGB value is (176,50,139). Sum of RGB (Red+Green+Blue) = 176+50+139=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0328B is #4FCD74. Grayscale: #616161. Windows color (decimal): -5229941 or 9122480. OLE color: 9122480.

HSL color Cylindrical-coordinate representation of color #B0328B: hue angle of 317.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0328B is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17650139-
CMYK00.720.210.31
HSL317.62º55.75%44.31%-
HSV(B)317.62º71.59%69.02%-
XYZ23.7113.3825.76-
YUV97.82151.24183.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.22%
GREEN value IS 50 (19.92% from 255) = 13.70%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=48.22%
G=13.70%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765013900.720.210.31317.6255.7544.31
HexB0328B048151F13e382c
Octal26062213011025374767054
Binary1011000011001010001011010010001010111111100111110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0328B; }

 p { color: rgb(176,50,139); }

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

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

 a { background-color: rgb(176,50,139); }

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

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

 span { border-color: rgb(176,50,139); }

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