#BF70A8

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

Shades of Bouquet #BF70A8

Tints of Bouquet #BF70A8

Color information

#BF70A8 (or 0xBF70A8) is unknown color: approx Bouquet. HEX triplet: BF, 70 and A8. RGB value is (191,112,168). Sum of RGB (Red+Green+Blue) = 191+112+168=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF70A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF70A8 is #408F57. Grayscale: #8D8D8D. Windows color (decimal): -4231000 or 11038911. OLE color: 11038911.

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

Color convert

RGB191112168-
CMYK00.410.120.25
HSL317.47º38.16%59.41%-
HSV(B)317.47º41.36%74.9%-
XYZ34.3525.4940.16-
YUV142142.67162.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 112 (44.14% from 255) = 23.78%
BLUE value IS 168 (66.02% from 255) = 35.67%
R=40.55%
G=23.78%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111216800.410.120.25317.4738.1659.41
HexBF70A8029C1913d263b
Octal27716025005114314754673
Binary101111111110000101010000101001110011001100111101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF70A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF70A8; }

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

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

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

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

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

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

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

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