Html Css Color HEX #BC77A1 Bouquet

📋 copy color: '#BC77A1'

red 188 ◦ green 119 ◦ blue 161

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

Shades of Bouquet #BC77A1

Tints of Bouquet #BC77A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.4%

R = 40.17%
G = 25.43%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC77A1 (or 0xBC77A1) is known color: Bouquet. HEX triplet: BC, 77 and A1. RGB value is (188,119,161). Sum of RGB (Red+Green+Blue) = 188+119+161=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77A1 is #43885E. Grayscale: #909090. Windows color (decimal): -4425823 or 10581948. OLE color: 10581948.

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

Color convert

RGB 188 119 161 -
CMYK 0 0.37 0.14 0.26
HSL 323.48º 0.34% 0.6% -
HSV(B) 323.48º 0.37% 0.74% -
XYZ 33.77 26.46 37.05 -
YUV 144.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 188 119 161 0 0.37 0.14 0.26 323.48 0.34 0.6
Hex BC 77 A1 0 25 E 1A 143 22 3C
Octal 274 167 241 0 45 16 32 503 42 74
Binary 10111100 1110111 10100001 0 100101 1110 11010 101000011 100010 111100

Color Harmonies of #BC77A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77A1

Black with #BC77A1

Text Example


Text Example

White with #BC77A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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