#BF669E

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

Shades of Hopbush #BF669E

Tints of Hopbush #BF669E

Color information

#BF669E (or 0xBF669E) is unknown color: approx Hopbush. HEX triplet: BF, 66 and 9E. RGB value is (191,102,158). Sum of RGB (Red+Green+Blue) = 191+102+158=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF669E is #409961. Grayscale: #868686. Windows color (decimal): -4233570 or 10380991. OLE color: 10380991.

HSL color Cylindrical-coordinate representation of color #BF669E: hue angle of 322.25º 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 #BF669E is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB191102158-
CMYK00.470.170.25
HSL322.25º41.01%57.45%-
HSV(B)322.25º46.6%74.9%-
XYZ32.4123.0535.09-
YUV135140.99167.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 102 (40.23% from 255) = 22.62%
BLUE value IS 158 (62.11% from 255) = 35.03%
R=42.35%
G=22.62%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110215800.470.170.25322.2541.0157.45
HexBF669E02F11191422939
Octal27714623605721315025171
Binary1011111111001101001111001011111000111001101000010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF669E; }

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

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

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

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

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

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

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

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