#BD78A6

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

Shades of Bouquet #BD78A6

Tints of Bouquet #BD78A6

Color information

#BD78A6 (or 0xBD78A6) is unknown color: approx Bouquet. HEX triplet: BD, 78 and A6. RGB value is (189,120,166). Sum of RGB (Red+Green+Blue) = 189+120+166=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BD78A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD78A6 is #428759. Grayscale: #919191. Windows color (decimal): -4360026 or 10909885. OLE color: 10909885.

HSL color Cylindrical-coordinate representation of color #BD78A6: hue angle of 320º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD78A6 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB189120166-
CMYK00.370.120.26
HSL320º34.33%60.59%-
HSV(B)320º36.51%74.12%-
XYZ34.592739.47-
YUV145.88139.36158.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 120 (47.27% from 255) = 25.26%
BLUE value IS 166 (65.23% from 255) = 34.95%
R=39.79%
G=25.26%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912016600.370.120.2632034.3360.59
HexBD78A6025C1A140223d
Octal27517024604514325004275
Binary101111011111000101001100100101110011010101000000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD78A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD78A6; }

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

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

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

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

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

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

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

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