#BF6699

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

Shades of Hopbush #BF6699

Tints of Hopbush #BF6699

Color information

#BF6699 (or 0xBF6699) is unknown color: approx Hopbush. HEX triplet: BF, 66 and 99. RGB value is (191,102,153). Sum of RGB (Red+Green+Blue) = 191+102+153=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6699 is #409966. Grayscale: #868686. Windows color (decimal): -4233575 or 10053311. OLE color: 10053311.

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

Color convert

RGB191102153-
CMYK00.470.200.25
HSL325.62º41.01%57.45%-
HSV(B)325.62º46.6%74.9%-
XYZ31.9922.8832.87-
YUV134.42138.49168.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 102 (40.23% from 255) = 22.87%
BLUE value IS 153 (60.16% from 255) = 34.30%
R=42.83%
G=22.87%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110215300.470.200.25325.6241.0157.45
HexBF669902F14191462939
Octal27714623105724315065171
Binary1011111111001101001100101011111010011001101000110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6699; }

 p { color: rgb(191,102,153); }

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

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

 a { background-color: rgb(191,102,153); }

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

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

 span { border-color: rgb(191,102,153); }

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