Html Css Color HEX #BC71AB Bouquet

📋 copy color: '#BC71AB'

red 188 ◦ green 113 ◦ blue 171

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

Shades of Bouquet #BC71AB

Tints of Bouquet #BC71AB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.94%

 BLUE value IS 171 (67.19% from 255) = 36.23%

R = 39.83%
G = 23.94%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC71AB (or 0xBC71AB) is known color: Bouquet. HEX triplet: BC, 71 and AB. RGB value is (188,113,171). Sum of RGB (Red+Green+Blue) = 188+113+171=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC71AB is #438E54. Grayscale: #8D8D8D. Windows color (decimal): -4427349 or 11235772. OLE color: 11235772.

HSL color Cylindrical-coordinate representation of color #BC71AB: hue angle of 313.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC71AB is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 113 171 -
CMYK 0 0.40 0.09 0.26
HSL 313.6º 0.36% 0.59% -
HSV(B) 313.6º 0.4% 0.74% -
XYZ 33.99 25.44 41.65 -
YUV 142.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 188 113 171 0 0.40 0.09 0.26 313.6 0.36 0.59
Hex BC 71 AB 0 28 9 1A 13A 24 3B
Octal 274 161 253 0 50 11 32 472 44 73
Binary 10111100 1110001 10101011 0 101000 1001 11010 100111010 100100 111011

Color Harmonies of #BC71AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71AB

Black with #BC71AB

Text Example


Text Example

White with #BC71AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71AB; }

 p { color: rgb(188,113,171); }

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

background-color css

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

 a { background-color: rgb(188,113,171); }

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

border-color css

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

 span { border-color: rgb(188,113,171); }

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