Html Css Color HEX #BC77A9 Bouquet

📋 copy color: '#BC77A9'

red 188 ◦ green 119 ◦ blue 169

#BC77A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #BC77A9

Tints of Bouquet #BC77A9

RGB

 RED value IS 188 (73.83% from 255) = 39.5%

 GREEN value IS 119 (46.88% from 255) = 25%

 BLUE value IS 169 (66.41% from 255) = 35.5%

R = 39.5%
G = 25%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC77A9 (or 0xBC77A9) is known color: Bouquet. HEX triplet: BC, 77 and A9. RGB value is (188,119,169). Sum of RGB (Red+Green+Blue) = 188+119+169=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77A9 is #438856. Grayscale: #919191. Windows color (decimal): -4425815 or 11106236. OLE color: 11106236.

HSL color Cylindrical-coordinate representation of color #BC77A9: hue angle of 316.52º degrees, saturation: 0.34, 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 #BC77A9 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 119 169 -
CMYK 0 0.37 0.10 0.26
HSL 316.52º 0.34% 0.6% -
HSV(B) 316.52º 0.37% 0.74% -
XYZ 34.5 26.75 40.88 -
YUV 145.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 188 119 169 0 0.37 0.10 0.26 316.52 0.34 0.6
Hex BC 77 A9 0 25 A 1A 13D 22 3C
Octal 274 167 251 0 45 12 32 475 42 74
Binary 10111100 1110111 10101001 0 100101 1010 11010 100111101 100010 111100

Color Harmonies of #BC77A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77A9

Black with #BC77A9

Text Example


Text Example

White with #BC77A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77A9; }

 p { color: rgb(188,119,169); }

 H1.HeaderClassName
 {
   color: #BC77A9;
 }
 .AnyTagClassName
 {
   color: #BC77A9;
 }
</style>

background-color css

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

 a { background-color: rgb(188,119,169); }

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

border-color css

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

 span { border-color: rgb(188,119,169); }

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