Html Css Color HEX #BC72A3 Bouquet

📋 copy color: '#BC72A3'

red 188 ◦ green 114 ◦ blue 163

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

Shades of Bouquet #BC72A3

Tints of Bouquet #BC72A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.05%

R = 40.43%
G = 24.52%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC72A3 (or 0xBC72A3) is known color: Bouquet. HEX triplet: BC, 72 and A3. RGB value is (188,114,163). Sum of RGB (Red+Green+Blue) = 188+114+163=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72A3 is #438D5C. Grayscale: #8D8D8D. Windows color (decimal): -4427101 or 10711740. OLE color: 10711740.

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

Color convert

RGB 188 114 163 -
CMYK 0 0.39 0.13 0.26
HSL 320.27º 0.36% 0.59% -
HSV(B) 320.27º 0.39% 0.74% -
XYZ 33.37 25.37 37.79 -
YUV 141.71 140.02 161.02 -
System Red Green Blue C M Y K H S L
Decimal 188 114 163 0 0.39 0.13 0.26 320.27 0.36 0.59
Hex BC 72 A3 0 27 D 1A 140 24 3B
Octal 274 162 243 0 47 15 32 500 44 73
Binary 10111100 1110010 10100011 0 100111 1101 11010 101000000 100100 111011

Color Harmonies of #BC72A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC72A3

Black with #BC72A3

Text Example


Text Example

White with #BC72A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC72A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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