Html Css Color HEX #BC76AD Bouquet

📋 copy color: '#BC76AD'

red 188 ◦ green 118 ◦ blue 173

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

Shades of Bouquet #BC76AD

Tints of Bouquet #BC76AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.63%

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

R = 39.25%
G = 24.63%
B = 36.12%

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

#BC76AD (or 0xBC76AD) is known color: Bouquet. HEX triplet: BC, 76 and AD. RGB value is (188,118,173). Sum of RGB (Red+Green+Blue) = 188+118+173=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC76AD is #438952. Grayscale: #919191. Windows color (decimal): -4426067 or 11368124. OLE color: 11368124.

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

Color convert

RGB 188 118 173 -
CMYK 0 0.37 0.08 0.26
HSL 312.86º 0.34% 0.6% -
HSV(B) 312.86º 0.37% 0.74% -
XYZ 34.76 26.67 42.85 -
YUV 145.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 188 118 173 0 0.37 0.08 0.26 312.86 0.34 0.6
Hex BC 76 AD 0 25 8 1A 139 22 3C
Octal 274 166 255 0 45 10 32 471 42 74
Binary 10111100 1110110 10101101 0 100101 1000 11010 100111001 100010 111100

Color Harmonies of #BC76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76AD

Black with #BC76AD

Text Example


Text Example

White with #BC76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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