#BF6FA0

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

Shades of Hopbush #BF6FA0

Tints of Hopbush #BF6FA0

Color information

#BF6FA0 (or 0xBF6FA0) is unknown color: approx Hopbush. HEX triplet: BF, 6F and A0. RGB value is (191,111,160). Sum of RGB (Red+Green+Blue) = 191+111+160=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6FA0 is #40905F. Grayscale: #8C8C8C. Windows color (decimal): -4231264 or 10514367. OLE color: 10514367.

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

Color convert

RGB191111160-
CMYK00.420.160.25
HSL323.25º38.46%59.22%-
HSV(B)323.25º41.88%74.9%-
XYZ33.5224.9836.31-
YUV140.51139164.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.34%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 160 (62.89% from 255) = 34.63%
R=41.34%
G=24.03%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111116000.420.160.25323.2538.4659.22
HexBF6FA002A1019143263b
Octal27715724005220315034673
Binary1011111111011111010000001010101000011001101000011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6FA0; }

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

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

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

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

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

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

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

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