#BA78A8

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

Shades of Bouquet #BA78A8

Tints of Bouquet #BA78A8

Color information

#BA78A8 (or 0xBA78A8) is unknown color: approx Bouquet. HEX triplet: BA, 78 and A8. RGB value is (186,120,168). Sum of RGB (Red+Green+Blue) = 186+120+168=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA78A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA78A8 is #458757. Grayscale: #919191. Windows color (decimal): -4556632 or 11040954. OLE color: 11040954.

HSL color Cylindrical-coordinate representation of color #BA78A8: hue angle of 316.36º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA78A8 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB186120168-
CMYK00.350.100.27
HSL316.36º32.35%60%-
HSV(B)316.36º35.48%72.94%-
XYZ34.0326.740.41-
YUV145.21140.87157.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 120 (47.27% from 255) = 25.32%
BLUE value IS 168 (66.02% from 255) = 35.44%
R=39.24%
G=25.32%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612016800.350.100.27316.3632.3560
HexBA78A8023A1B13c203c
Octal27217025004312334744074
Binary101110101111000101010000100011101011011100111100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA78A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA78A8; }

 p { color: rgb(186,120,168); }

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

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

 a { background-color: rgb(186,120,168); }

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

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

 span { border-color: rgb(186,120,168); }

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