#BF6EA8

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

Shades of Bouquet #BF6EA8

Tints of Bouquet #BF6EA8

Color information

#BF6EA8 (or 0xBF6EA8) is unknown color: approx Bouquet. HEX triplet: BF, 6E and A8. RGB value is (191,110,168). Sum of RGB (Red+Green+Blue) = 191+110+168=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6EA8 is #409157. Grayscale: #8C8C8C. Windows color (decimal): -4231512 or 11038399. OLE color: 11038399.

HSL color Cylindrical-coordinate representation of color #BF6EA8: hue angle of 317.04º degrees, saturation: 0.39, 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 #BF6EA8 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB191110168-
CMYK00.420.120.25
HSL317.04º38.76%59.02%-
HSV(B)317.04º42.41%74.9%-
XYZ34.1325.0640.08-
YUV140.83143.34163.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 168 (66.02% from 255) = 35.82%
R=40.72%
G=23.45%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111016800.420.120.25317.0438.7659.02
HexBF6EA802AC1913d273b
Octal27715625005214314754773
Binary101111111101110101010000101010110011001100111101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6EA8; }

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

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

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

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

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

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

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

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