Html Css Color HEX #BC71A0 Bouquet

📋 copy color: '#BC71A0'

red 188 ◦ green 113 ◦ blue 160

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

Shades of Bouquet #BC71A0

Tints of Bouquet #BC71A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.71%

R = 40.78%
G = 24.51%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC71A0 (or 0xBC71A0) is known color: Bouquet. HEX triplet: BC, 71 and A0. RGB value is (188,113,160). Sum of RGB (Red+Green+Blue) = 188+113+160=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC71A0 is #438E5F. Grayscale: #8C8C8C. Windows color (decimal): -4427360 or 10514876. OLE color: 10514876.

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

Color convert

RGB 188 113 160 -
CMYK 0 0.40 0.15 0.26
HSL 322.4º 0.36% 0.59% -
HSV(B) 322.4º 0.4% 0.74% -
XYZ 32.99 25.04 36.35 -
YUV 140.78 138.85 161.68 -
System Red Green Blue C M Y K H S L
Decimal 188 113 160 0 0.40 0.15 0.26 322.4 0.36 0.59
Hex BC 71 A0 0 28 F 1A 142 24 3B
Octal 274 161 240 0 50 17 32 502 44 73
Binary 10111100 1110001 10100000 0 101000 1111 11010 101000010 100100 111011

Color Harmonies of #BC71A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71A0

Black with #BC71A0

Text Example


Text Example

White with #BC71A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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