#BF6F9D

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

Shades of Hopbush #BF6F9D

Tints of Hopbush #BF6F9D

Color information

#BF6F9D (or 0xBF6F9D) is unknown color: approx Hopbush. HEX triplet: BF, 6F and 9D. RGB value is (191,111,157). Sum of RGB (Red+Green+Blue) = 191+111+157=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F9D is #409062. Grayscale: #8C8C8C. Windows color (decimal): -4231267 or 10317759. OLE color: 10317759.

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

Color convert

RGB191111157-
CMYK00.420.180.25
HSL325.5º38.46%59.22%-
HSV(B)325.5º41.88%74.9%-
XYZ33.2624.8834.95-
YUV140.16137.5164.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 157 (61.72% from 255) = 34.20%
R=41.61%
G=24.18%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111115700.420.180.25325.538.4659.22
HexBF6F9D02A1219146263b
Octal27715723505222315064673
Binary1011111111011111001110101010101001011001101000110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F9D; }

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

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

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

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

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

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

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

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