#B2389B

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

Shades of Medium Red Violet #B2389B

Tints of Medium Red Violet #B2389B

Color information

#B2389B (or 0xB2389B) is unknown color: approx Medium Red Violet. HEX triplet: B2, 38 and 9B. RGB value is (178,56,155). Sum of RGB (Red+Green+Blue) = 178+56+155=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2389B is #4DC764. Grayscale: #676767. Windows color (decimal): -5097317 or 10172594. OLE color: 10172594.

HSL color Cylindrical-coordinate representation of color #B2389B: hue angle of 311.31º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2389B is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB17856155-
CMYK00.690.130.30
HSL311.31º52.14%45.88%-
HSV(B)311.31º68.54%69.8%-
XYZ25.6914.6632.49-
YUV103.76156.92180.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.76%
GREEN value IS 56 (22.27% from 255) = 14.40%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=45.76%
G=14.40%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785615500.690.130.30311.3152.1445.88
HexB2389B045D1E137342e
Octal26270233010515364676456
Binary101100101110001001101101000101110111110100110111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2389B; }

 p { color: rgb(178,56,155); }

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

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

 a { background-color: rgb(178,56,155); }

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

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

 span { border-color: rgb(178,56,155); }

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