#BF6F9F

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

Shades of Hopbush #BF6F9F

Tints of Hopbush #BF6F9F

Color information

#BF6F9F (or 0xBF6F9F) is unknown color: approx Hopbush. HEX triplet: BF, 6F and 9F. RGB value is (191,111,159). Sum of RGB (Red+Green+Blue) = 191+111+159=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F9F is #409060. Grayscale: #8C8C8C. Windows color (decimal): -4231265 or 10448831. OLE color: 10448831.

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

Color convert

RGB191111159-
CMYK00.420.170.25
HSL324º38.46%59.22%-
HSV(B)324º41.88%74.9%-
XYZ33.4324.9535.85-
YUV140.39138.5164.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 159 (62.5% from 255) = 34.49%
R=41.43%
G=24.08%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111115900.420.170.2532438.4659.22
HexBF6F9F02A1119144263b
Octal27715723705221315044673
Binary1011111111011111001111101010101000111001101000100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F9F; }

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

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

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

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

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

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

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

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