Html Css Color HEX #BC77AC Bouquet

📋 copy color: '#BC77AC'

red 188 ◦ green 119 ◦ blue 172

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

Shades of Bouquet #BC77AC

Tints of Bouquet #BC77AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.91%

R = 39.25%
G = 24.84%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC77AC (or 0xBC77AC) is known color: Bouquet. HEX triplet: BC, 77 and AC. RGB value is (188,119,172). Sum of RGB (Red+Green+Blue) = 188+119+172=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77AC is #438853. Grayscale: #919191. Windows color (decimal): -4425812 or 11302844. OLE color: 11302844.

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

Color convert

RGB 188 119 172 -
CMYK 0 0.37 0.09 0.26
HSL 313.91º 0.34% 0.6% -
HSV(B) 313.91º 0.37% 0.74% -
XYZ 34.78 26.86 42.38 -
YUV 145.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 188 119 172 0 0.37 0.09 0.26 313.91 0.34 0.6
Hex BC 77 AC 0 25 9 1A 13A 22 3C
Octal 274 167 254 0 45 11 32 472 42 74
Binary 10111100 1110111 10101100 0 100101 1001 11010 100111010 100010 111100

Color Harmonies of #BC77AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77AC

Black with #BC77AC

Text Example


Text Example

White with #BC77AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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