Html Css Color HEX #BC77AD Bouquet

📋 copy color: '#BC77AD'

red 188 ◦ green 119 ◦ blue 173

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

Shades of Bouquet #BC77AD

Tints of Bouquet #BC77AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.04%

R = 39.17%
G = 24.79%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC77AD (or 0xBC77AD) is known color: Bouquet. HEX triplet: BC, 77 and AD. RGB value is (188,119,173). Sum of RGB (Red+Green+Blue) = 188+119+173=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77AD is #438852. Grayscale: #919191. Windows color (decimal): -4425811 or 11368380. OLE color: 11368380.

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

Color convert

RGB 188 119 173 -
CMYK 0 0.37 0.08 0.26
HSL 313.04º 0.34% 0.6% -
HSV(B) 313.04º 0.37% 0.74% -
XYZ 34.88 26.9 42.89 -
YUV 145.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 188 119 173 0 0.37 0.08 0.26 313.04 0.34 0.6
Hex BC 77 AD 0 25 8 1A 139 22 3C
Octal 274 167 255 0 45 10 32 471 42 74
Binary 10111100 1110111 10101101 0 100101 1000 11010 100111001 100010 111100

Color Harmonies of #BC77AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77AD

Black with #BC77AD

Text Example


Text Example

White with #BC77AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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