#BF6C97

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

Shades of Hopbush #BF6C97

Tints of Hopbush #BF6C97

Color information

#BF6C97 (or 0xBF6C97) is unknown color: approx Hopbush. HEX triplet: BF, 6C and 97. RGB value is (191,108,151). Sum of RGB (Red+Green+Blue) = 191+108+151=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6C97 is #409368. Grayscale: #898989. Windows color (decimal): -4232041 or 9923775. OLE color: 9923775.

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

Color convert

RGB191108151-
CMYK00.430.210.25
HSL328.92º39.34%58.63%-
HSV(B)328.92º43.46%74.9%-
XYZ32.4324.0432.21-
YUV137.72135.5166-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 108 (42.58% from 255) = 24%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=42.44%
G=24%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110815100.430.210.25328.9239.3458.63
HexBF6C9702B1519149273b
Octal27715422705325315114773
Binary1011111111011001001011101010111010111001101001001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6C97; }

 p { color: rgb(191,108,151); }

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

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

 a { background-color: rgb(191,108,151); }

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

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

 span { border-color: rgb(191,108,151); }

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