Html Css Color HEX #BC72A7 Bouquet

📋 copy color: '#BC72A7'

red 188 ◦ green 114 ◦ blue 167

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

Shades of Bouquet #BC72A7

Tints of Bouquet #BC72A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.61%

R = 40.09%
G = 24.31%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC72A7 (or 0xBC72A7) is known color: Bouquet. HEX triplet: BC, 72 and A7. RGB value is (188,114,167). Sum of RGB (Red+Green+Blue) = 188+114+167=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72A7 is #438D58. Grayscale: #8E8E8E. Windows color (decimal): -4427097 or 10973884. OLE color: 10973884.

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

Color convert

RGB 188 114 167 -
CMYK 0 0.39 0.11 0.26
HSL 317.03º 0.36% 0.59% -
HSV(B) 317.03º 0.39% 0.74% -
XYZ 33.73 25.52 39.71 -
YUV 142.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 188 114 167 0 0.39 0.11 0.26 317.03 0.36 0.59
Hex BC 72 A7 0 27 B 1A 13D 24 3B
Octal 274 162 247 0 47 13 32 475 44 73
Binary 10111100 1110010 10100111 0 100111 1011 11010 100111101 100100 111011

Color Harmonies of #BC72A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC72A7

Black with #BC72A7

Text Example


Text Example

White with #BC72A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC72A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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