#B2388A

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

Shades of Medium Red Violet #B2388A

Tints of Medium Red Violet #B2388A

Color information

#B2388A (or 0xB2388A) is unknown color: approx Medium Red Violet. HEX triplet: B2, 38 and 8A. RGB value is (178,56,138). Sum of RGB (Red+Green+Blue) = 178+56+138=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2388A is #4DC775. Grayscale: #656565. Windows color (decimal): -5097334 or 9058482. OLE color: 9058482.

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

Color convert

RGB17856138-
CMYK00.690.220.30
HSL319.67º52.14%45.88%-
HSV(B)319.67º68.54%69.8%-
XYZ24.3614.1325.49-
YUV101.83148.42182.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.85%
GREEN value IS 56 (22.27% from 255) = 15.05%
BLUE value IS 138 (54.30% from 255) = 37.10%
R=47.85%
G=15.05%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785613800.690.220.30319.6752.1445.88
HexB2388A045161E140342e
Octal26270212010526365006456
Binary1011001011100010001010010001011011011110101000000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2388A; }

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

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

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

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

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

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

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

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