#BF66A0

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

Shades of Hopbush #BF66A0

Tints of Hopbush #BF66A0

Color information

#BF66A0 (or 0xBF66A0) is unknown color: approx Hopbush. HEX triplet: BF, 66 and A0. RGB value is (191,102,160). Sum of RGB (Red+Green+Blue) = 191+102+160=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF66A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF66A0 is #40995F. Grayscale: #878787. Windows color (decimal): -4233568 or 10512063. OLE color: 10512063.

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

Color convert

RGB191102160-
CMYK00.470.160.25
HSL320.9º41.01%57.45%-
HSV(B)320.9º46.6%74.9%-
XYZ32.5823.1236-
YUV135.22141.99167.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 160 (62.89% from 255) = 35.32%
R=42.16%
G=22.52%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110216000.470.160.25320.941.0157.45
HexBF66A002F10191412939
Octal27714624005720315015171
Binary1011111111001101010000001011111000011001101000001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF66A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF66A0; }

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

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

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

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

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

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

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

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