#B2378D

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

Shades of Medium Red Violet #B2378D

Tints of Medium Red Violet #B2378D

Color information

#B2378D (or 0xB2378D) is unknown color: approx Medium Red Violet. HEX triplet: B2, 37 and 8D. RGB value is (178,55,141). Sum of RGB (Red+Green+Blue) = 178+55+141=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B2378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2378D is #4DC872. Grayscale: #656565. Windows color (decimal): -5097587 or 9254834. OLE color: 9254834.

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

Color convert

RGB17855141-
CMYK00.690.210.30
HSL318.05º52.79%45.69%-
HSV(B)318.05º69.1%69.8%-
XYZ24.5314.1226.63-
YUV101.58150.25182.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.59%
GREEN value IS 55 (21.88% from 255) = 14.71%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=47.59%
G=14.71%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785514100.690.210.30318.0552.7945.69
HexB2378D045151E13e352e
Octal26267215010525364766556
Binary1011001011011110001101010001011010111110100111110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2378D; }

 p { color: rgb(178,55,141); }

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

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

 a { background-color: rgb(178,55,141); }

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

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

 span { border-color: rgb(178,55,141); }

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