#BF72A8

Color #BF72A8 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #BF72A8

Tints of Bouquet #BF72A8

Color information

#BF72A8 (or 0xBF72A8) is unknown color: approx Bouquet. HEX triplet: BF, 72 and A8. RGB value is (191,114,168). Sum of RGB (Red+Green+Blue) = 191+114+168=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF72A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF72A8 is #408D57. Grayscale: #8F8F8F. Windows color (decimal): -4230488 or 11039423. OLE color: 11039423.

HSL color Cylindrical-coordinate representation of color #BF72A8: hue angle of 317.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF72A8 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB191114168-
CMYK00.400.120.25
HSL317.92º37.56%59.8%-
HSV(B)317.92º40.31%74.9%-
XYZ34.5725.9440.23-
YUV143.18142.01162.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 168 (66.02% from 255) = 35.52%
R=40.38%
G=24.10%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111416800.400.120.25317.9237.5659.8
HexBF72A8028C1913e263c
Octal27716225005014314764674
Binary101111111110010101010000101000110011001100111110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF72A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF72A8; }

 p { color: rgb(191,114,168); }

 H1.HeaderClassName
 {
   color: #BF72A8;
 }
 .AnyTagClassName
 {
   color: #BF72A8;
 }
</style>
background-color css

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

 a { background-color: rgb(191,114,168); }

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

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

 span { border-color: rgb(191,114,168); }

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