#BD77A1

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

Shades of Bouquet #BD77A1

Tints of Bouquet #BD77A1

Color information

#BD77A1 (or 0xBD77A1) is unknown color: approx Bouquet. HEX triplet: BD, 77 and A1. RGB value is (189,119,161). Sum of RGB (Red+Green+Blue) = 189+119+161=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD77A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD77A1 is #42885E. Grayscale: #909090. Windows color (decimal): -4360287 or 10581949. OLE color: 10581949.

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

Color convert

RGB189119161-
CMYK00.370.150.26
HSL324º34.65%60.39%-
HSV(B)324º37.04%74.12%-
XYZ34.0226.5937.06-
YUV144.72137.19159.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 119 (46.88% from 255) = 25.37%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=40.30%
G=25.37%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911916100.370.150.2632434.6560.39
HexBD77A1025F1A144233c
Octal27516724104517325044374
Binary101111011110111101000010100101111111010101000100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD77A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD77A1; }

 p { color: rgb(189,119,161); }

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

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

 a { background-color: rgb(189,119,161); }

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

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

 span { border-color: rgb(189,119,161); }

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