#B0378D

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

Shades of Medium Red Violet #B0378D

Tints of Medium Red Violet #B0378D

Color information

#B0378D (or 0xB0378D) is unknown color: approx Medium Red Violet. HEX triplet: B0, 37 and 8D. RGB value is (176,55,141). Sum of RGB (Red+Green+Blue) = 176+55+141=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0378D is #4FC872. Grayscale: #646464. Windows color (decimal): -5228659 or 9254832. OLE color: 9254832.

HSL color Cylindrical-coordinate representation of color #B0378D: hue angle of 317.36º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0378D is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB17655141-
CMYK00.690.200.31
HSL317.36º52.38%45.29%-
HSV(B)317.36º68.75%69.02%-
XYZ24.0813.8926.61-
YUV100.98150.59181.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 55 (21.88% from 255) = 14.78%
BLUE value IS 141 (55.47% from 255) = 37.90%
R=47.31%
G=14.78%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765514100.690.200.31317.3652.3845.29
HexB0378D045141F13d342d
Octal26067215010524374756455
Binary1011000011011110001101010001011010011111100111101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0378D; }

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

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

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

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

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

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

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

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