#B2378A

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

Shades of Medium Red Violet #B2378A

Tints of Medium Red Violet #B2378A

Color information

#B2378A (or 0xB2378A) is unknown color: approx Medium Red Violet. HEX triplet: B2, 37 and 8A. RGB value is (178,55,138). Sum of RGB (Red+Green+Blue) = 178+55+138=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2378A is #4DC875. Grayscale: #656565. Windows color (decimal): -5097590 or 9058226. OLE color: 9058226.

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

Color convert

RGB17855138-
CMYK00.690.220.30
HSL319.51º52.79%45.69%-
HSV(B)319.51º69.1%69.8%-
XYZ24.3114.0325.47-
YUV101.24148.75182.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 55 (21.88% from 255) = 14.82%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=47.98%
G=14.82%
B=37.20%

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
Decimal1785513800.690.220.30319.5152.7945.69
HexB2378A045161E140352e
Octal26267212010526365006556
Binary1011001011011110001010010001011011011110101000000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2378A; }

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

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

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

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

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

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

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

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