#B2389A

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

Shades of Medium Red Violet #B2389A

Tints of Medium Red Violet #B2389A

Color information

#B2389A (or 0xB2389A) is unknown color: approx Medium Red Violet. HEX triplet: B2, 38 and 9A. RGB value is (178,56,154). Sum of RGB (Red+Green+Blue) = 178+56+154=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2389A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2389A is #4DC765. Grayscale: #676767. Windows color (decimal): -5097318 or 10107058. OLE color: 10107058.

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

Color convert

RGB17856154-
CMYK00.690.130.30
HSL311.8º52.14%45.88%-
HSV(B)311.8º68.54%69.8%-
XYZ25.6114.6332.05-
YUV103.65156.42181.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 56 (22.27% from 255) = 14.43%
BLUE value IS 154 (60.55% from 255) = 39.69%
R=45.88%
G=14.43%
B=39.69%

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
Decimal1785615400.690.130.30311.852.1445.88
HexB2389A045D1E138342e
Octal26270232010515364706456
Binary101100101110001001101001000101110111110100111000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2389A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2389A; }

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

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

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

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

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

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

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

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