#B2388E

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

Shades of Medium Red Violet #B2388E

Tints of Medium Red Violet #B2388E

Color information

#B2388E (or 0xB2388E) is unknown color: approx Medium Red Violet. HEX triplet: B2, 38 and 8E. RGB value is (178,56,142). Sum of RGB (Red+Green+Blue) = 178+56+142=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2388E is #4DC771. Grayscale: #666666. Windows color (decimal): -5097330 or 9320626. OLE color: 9320626.

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

Color convert

RGB17856142-
CMYK00.690.200.30
HSL317.7º52.14%45.88%-
HSV(B)317.7º68.54%69.8%-
XYZ24.6614.2527.04-
YUV102.28150.42182.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.34%
GREEN value IS 56 (22.27% from 255) = 14.89%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=47.34%
G=14.89%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785614200.690.200.30317.752.1445.88
HexB2388E045141E13e342e
Octal26270216010524364766456
Binary1011001011100010001110010001011010011110100111110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2388E; }

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

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

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

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

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

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

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

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