#BF6F9B

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

Shades of Hopbush #BF6F9B

Tints of Hopbush #BF6F9B

Color information

#BF6F9B (or 0xBF6F9B) is unknown color: approx Hopbush. HEX triplet: BF, 6F and 9B. RGB value is (191,111,155). Sum of RGB (Red+Green+Blue) = 191+111+155=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F9B is #409064. Grayscale: #8B8B8B. Windows color (decimal): -4231269 or 10186687. OLE color: 10186687.

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

Color convert

RGB191111155-
CMYK00.420.190.25
HSL327º38.46%59.22%-
HSV(B)327º41.88%74.9%-
XYZ33.0924.8134.06-
YUV139.94136.5164.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 155 (60.94% from 255) = 33.92%
R=41.79%
G=24.29%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111115500.420.190.2532738.4659.22
HexBF6F9B02A1319147263b
Octal27715723305223315074673
Binary1011111111011111001101101010101001111001101000111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F9B; }

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

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

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

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

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

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

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

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