#BF6FA5

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

Shades of Bouquet #BF6FA5

Tints of Bouquet #BF6FA5

Color information

#BF6FA5 (or 0xBF6FA5) is unknown color: approx Bouquet. HEX triplet: BF, 6F and A5. RGB value is (191,111,165). Sum of RGB (Red+Green+Blue) = 191+111+165=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6FA5 is #40905A. Grayscale: #8C8C8C. Windows color (decimal): -4231259 or 10842047. OLE color: 10842047.

HSL color Cylindrical-coordinate representation of color #BF6FA5: hue angle of 319.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF6FA5 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB191111165-
CMYK00.420.140.25
HSL319.5º38.46%59.22%-
HSV(B)319.5º41.88%74.9%-
XYZ33.9625.1638.66-
YUV141.08141.5163.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 165 (64.84% from 255) = 35.33%
R=40.90%
G=23.77%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111116500.420.140.25319.538.4659.22
HexBF6FA502AE19140263b
Octal27715724505216315004673
Binary101111111101111101001010101010111011001101000000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6FA5; }

 p { color: rgb(191,111,165); }

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

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

 a { background-color: rgb(191,111,165); }

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

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

 span { border-color: rgb(191,111,165); }

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