#BF6F8D

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

Shades of Hopbush #BF6F8D

Tints of Hopbush #BF6F8D

Color information

#BF6F8D (or 0xBF6F8D) is unknown color: approx Hopbush. HEX triplet: BF, 6F and 8D. RGB value is (191,111,141). Sum of RGB (Red+Green+Blue) = 191+111+141=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F8D is #409072. Grayscale: #8A8A8A. Windows color (decimal): -4231283 or 9269183. OLE color: 9269183.

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

Color convert

RGB191111141-
CMYK00.420.260.25
HSL337.5º38.46%59.22%-
HSV(B)337.5º41.88%74.9%-
XYZ31.9824.3728.22-
YUV138.34129.5165.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 111 (43.75% from 255) = 25.06%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=43.12%
G=25.06%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111114100.420.260.25337.538.4659.22
HexBF6F8D02A1A19152263b
Octal27715721505232315224673
Binary1011111111011111000110101010101101011001101010010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F8D; }

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

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

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

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

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

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

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

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