#B6378B

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

Shades of Medium Red Violet #B6378B

Tints of Medium Red Violet #B6378B

Color information

#B6378B (or 0xB6378B) is unknown color: approx Medium Red Violet. HEX triplet: B6, 37 and 8B. RGB value is (182,55,139). Sum of RGB (Red+Green+Blue) = 182+55+139=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6378B is #49C874. Grayscale: #666666. Windows color (decimal): -4835445 or 9123766. OLE color: 9123766.

HSL color Cylindrical-coordinate representation of color #B6378B: hue angle of 320.31º 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 #B6378B is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18255139-
CMYK00.700.240.29
HSL320.31º53.59%46.47%-
HSV(B)320.31º69.78%71.37%-
XYZ25.3214.5425.9-
YUV102.55148.58184.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 55 (21.88% from 255) = 14.63%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=48.40%
G=14.63%
B=36.97%

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
Decimal1825513900.700.240.29320.3153.5946.47
HexB6378B046181D140362e
Octal26667213010630355006656
Binary1011011011011110001011010001101100011101101000000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6378B; }

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

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

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

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

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

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

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

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