#B8378A

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

Shades of Medium Red Violet #B8378A

Tints of Medium Red Violet #B8378A

Color information

#B8378A (or 0xB8378A) is unknown color: approx Medium Red Violet. HEX triplet: B8, 37 and 8A. RGB value is (184,55,138). Sum of RGB (Red+Green+Blue) = 184+55+138=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8378A is #47C875. Grayscale: #666666. Windows color (decimal): -4704374 or 9058232. OLE color: 9058232.

HSL color Cylindrical-coordinate representation of color #B8378A: hue angle of 321.4º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8378A is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB18455138-
CMYK00.700.250.28
HSL321.4º53.97%46.86%-
HSV(B)321.4º70.11%72.16%-
XYZ25.7214.7625.54-
YUV103.03147.74185.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 55 (21.88% from 255) = 14.59%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=48.81%
G=14.59%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845513800.700.250.28321.453.9746.86
HexB8378A046191C141362f
Octal27067212010631345016657
Binary1011100011011110001010010001101100111100101000001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8378A; }

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

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

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

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

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

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

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

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