#B2439D

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

Shades of Medium Red Violet #B2439D

Tints of Medium Red Violet #B2439D

Color information

#B2439D (or 0xB2439D) is unknown color: approx Medium Red Violet. HEX triplet: B2, 43 and 9D. RGB value is (178,67,157). Sum of RGB (Red+Green+Blue) = 178+67+157=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2439D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2439D is #4DBC62. Grayscale: #6E6E6E. Windows color (decimal): -5094499 or 10306482. OLE color: 10306482.

HSL color Cylindrical-coordinate representation of color #B2439D: hue angle of 311.35º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2439D is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17867157-
CMYK00.620.120.30
HSL311.35º45.31%48.04%-
HSV(B)311.35º62.36%69.8%-
XYZ26.4515.9133.58-
YUV110.45154.27176.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.28%
GREEN value IS 67 (26.56% from 255) = 16.67%
BLUE value IS 157 (61.72% from 255) = 39.05%
R=44.28%
G=16.67%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786715700.620.120.30311.3545.3148.04
HexB2439D03EC1E1372d30
Octal26210323507614364675560
Binary101100101000011100111010111110110011110100110111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2439D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2439D; }

 p { color: rgb(178,67,157); }

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

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

 a { background-color: rgb(178,67,157); }

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

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

 span { border-color: rgb(178,67,157); }

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