Html Css Color HEX #BC72AA Bouquet

📋 copy color: '#BC72AA'

red 188 ◦ green 114 ◦ blue 170

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

Shades of Bouquet #BC72AA

Tints of Bouquet #BC72AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.15%

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 39.83%
G = 24.15%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC72AA (or 0xBC72AA) is known color: Bouquet. HEX triplet: BC, 72 and AA. RGB value is (188,114,170). Sum of RGB (Red+Green+Blue) = 188+114+170=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72AA is #438D55. Grayscale: #8E8E8E. Windows color (decimal): -4427094 or 11170492. OLE color: 11170492.

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

Color convert

RGB 188 114 170 -
CMYK 0 0.39 0.10 0.26
HSL 314.59º 0.36% 0.59% -
HSV(B) 314.59º 0.39% 0.74% -
XYZ 34.01 25.63 41.18 -
YUV 142.51 143.52 160.45 -
System Red Green Blue C M Y K H S L
Decimal 188 114 170 0 0.39 0.10 0.26 314.59 0.36 0.59
Hex BC 72 AA 0 27 A 1A 13B 24 3B
Octal 274 162 252 0 47 12 32 473 44 73
Binary 10111100 1110010 10101010 0 100111 1010 11010 100111011 100100 111011

Color Harmonies of #BC72AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC72AA

Black with #BC72AA

Text Example


Text Example

White with #BC72AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC72AA; }

 p { color: rgb(188,114,170); }

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

background-color css

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

 a { background-color: rgb(188,114,170); }

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

border-color css

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

 span { border-color: rgb(188,114,170); }

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