#B378A6

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

Shades of Bouquet #B378A6

Tints of Bouquet #B378A6

Color information

#B378A6 (or 0xB378A6) is unknown color: approx Bouquet. HEX triplet: B3, 78 and A6. RGB value is (179,120,166). Sum of RGB (Red+Green+Blue) = 179+120+166=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B378A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B378A6 is #4C8759. Grayscale: #8E8E8E. Windows color (decimal): -5015386 or 10909875. OLE color: 10909875.

HSL color Cylindrical-coordinate representation of color #B378A6: hue angle of 313.22º 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 #B378A6 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB179120166-
CMYK00.330.070.30
HSL313.22º27.96%58.63%-
HSV(B)313.22º32.96%70.2%-
XYZ32.1925.7739.35-
YUV142.88141.05153.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.49%
GREEN value IS 120 (47.27% from 255) = 25.81%
BLUE value IS 166 (65.23% from 255) = 35.70%
R=38.49%
G=25.81%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912016600.330.070.30313.2227.9658.63
HexB378A602171E1391c3b
Octal2631702460417364713473
Binary1011001111110001010011001000011111111010011100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B378A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B378A6; }

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

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

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

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

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

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

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

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