#B378A1

Color #B378A1 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #B378A1

Tints of Bouquet #B378A1

Color information

#B378A1 (or 0xB378A1) is unknown color: approx Bouquet. HEX triplet: B3, 78 and A1. RGB value is (179,120,161). Sum of RGB (Red+Green+Blue) = 179+120+161=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B378A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B378A1 is #4C875E. Grayscale: #8E8E8E. Windows color (decimal): -5015391 or 10582195. OLE color: 10582195.

HSL color Cylindrical-coordinate representation of color #B378A1: hue angle of 318.31º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B378A1 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB179120161-
CMYK00.330.100.30
HSL318.31º27.96%58.63%-
HSV(B)318.31º32.96%70.2%-
XYZ31.7425.5936.98-
YUV142.32138.55154.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 161 (63.28% from 255) = 35%
R=38.91%
G=26.09%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912016100.330.100.30318.3127.9658.63
HexB378A1021A1E13e1c3b
Octal26317024104112364763473
Binary10110011111100010100001010000110101111010011111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B378A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B378A1; }

 p { color: rgb(179,120,161); }

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

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

 a { background-color: rgb(179,120,161); }

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

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

 span { border-color: rgb(179,120,161); }

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