#BF66A4

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

Shades of Hopbush #BF66A4

Tints of Hopbush #BF66A4

Color information

#BF66A4 (or 0xBF66A4) is unknown color: approx Hopbush. HEX triplet: BF, 66 and A4. RGB value is (191,102,164). Sum of RGB (Red+Green+Blue) = 191+102+164=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF66A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF66A4 is #40995B. Grayscale: #878787. Windows color (decimal): -4233564 or 10774207. OLE color: 10774207.

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

Color convert

RGB191102164-
CMYK00.470.140.25
HSL318.2º41.01%57.45%-
HSV(B)318.2º46.6%74.9%-
XYZ32.9423.2637.88-
YUV135.68143.99167.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 102 (40.23% from 255) = 22.32%
BLUE value IS 164 (64.45% from 255) = 35.89%
R=41.79%
G=22.32%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110216400.470.140.25318.241.0157.45
HexBF66A402FE1913e2939
Octal27714624405716314765171
Binary101111111100110101001000101111111011001100111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF66A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF66A4; }

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

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

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

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

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

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

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

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