#B6378A

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

Shades of Medium Red Violet #B6378A

Tints of Medium Red Violet #B6378A

Color information

#B6378A (or 0xB6378A) is unknown color: approx Medium Red Violet. HEX triplet: B6, 37 and 8A. RGB value is (182,55,138). Sum of RGB (Red+Green+Blue) = 182+55+138=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6378A is #49C875. Grayscale: #666666. Windows color (decimal): -4835446 or 9058230. OLE color: 9058230.

HSL color Cylindrical-coordinate representation of color #B6378A: hue angle of 320.79º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6378A is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18255138-
CMYK00.700.240.29
HSL320.79º53.59%46.47%-
HSV(B)320.79º69.78%71.37%-
XYZ25.2514.5125.52-
YUV102.44148.08184.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 55 (21.88% from 255) = 14.67%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=48.53%
G=14.67%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825513800.700.240.29320.7953.5946.47
HexB6378A046181D141362e
Octal26667212010630355016656
Binary1011011011011110001010010001101100011101101000001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6378A; }

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

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

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

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

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

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

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

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