Html Css Color HEX #BC72A9 Bouquet

📋 copy color: '#BC72A9'

red 188 ◦ green 114 ◦ blue 169

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

Shades of Bouquet #BC72A9

Tints of Bouquet #BC72A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.88%

R = 39.92%
G = 24.2%
B = 35.88%

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

#BC72A9 (or 0xBC72A9) is known color: Bouquet. HEX triplet: BC, 72 and A9. RGB value is (188,114,169). Sum of RGB (Red+Green+Blue) = 188+114+169=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72A9 is #438D56. Grayscale: #8E8E8E. Windows color (decimal): -4427095 or 11104956. OLE color: 11104956.

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

Color convert

RGB 188 114 169 -
CMYK 0 0.39 0.10 0.26
HSL 315.41º 0.36% 0.59% -
HSV(B) 315.41º 0.39% 0.74% -
XYZ 33.92 25.59 40.69 -
YUV 142.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 188 114 169 0 0.39 0.10 0.26 315.41 0.36 0.59
Hex BC 72 A9 0 27 A 1A 13B 24 3B
Octal 274 162 251 0 47 12 32 473 44 73
Binary 10111100 1110010 10101001 0 100111 1010 11010 100111011 100100 111011

Color Harmonies of #BC72A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC72A9

Black with #BC72A9

Text Example


Text Example

White with #BC72A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC72A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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