Html Css Color HEX #BC71A2 Bouquet

📋 copy color: '#BC71A2'

red 188 ◦ green 113 ◦ blue 162

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

Shades of Bouquet #BC71A2

Tints of Bouquet #BC71A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.99%

R = 40.6%
G = 24.41%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC71A2 (or 0xBC71A2) is known color: Bouquet. HEX triplet: BC, 71 and A2. RGB value is (188,113,162). Sum of RGB (Red+Green+Blue) = 188+113+162=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC71A2 is #438E5D. Grayscale: #8C8C8C. Windows color (decimal): -4427358 or 10645948. OLE color: 10645948.

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

Color convert

RGB 188 113 162 -
CMYK 0 0.40 0.14 0.26
HSL 320.8º 0.36% 0.59% -
HSV(B) 320.8º 0.4% 0.74% -
XYZ 33.17 25.11 37.28 -
YUV 141.01 139.85 161.52 -
System Red Green Blue C M Y K H S L
Decimal 188 113 162 0 0.40 0.14 0.26 320.8 0.36 0.59
Hex BC 71 A2 0 28 E 1A 141 24 3B
Octal 274 161 242 0 50 16 32 501 44 73
Binary 10111100 1110001 10100010 0 101000 1110 11010 101000001 100100 111011

Color Harmonies of #BC71A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71A2

Black with #BC71A2

Text Example


Text Example

White with #BC71A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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