#bf6695

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

Shades of Hopbush #BF6695

Tints of Hopbush #BF6695

Color information

#BF6695 (or 0xBF6695) is unknown color: approx Hopbush. HEX triplet: BF, 66 and 95. RGB value is (191,102,149). Sum of RGB (Red+Green+Blue) = 191+102+149=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6695 is #40996A. Grayscale: #858585. Windows color (decimal): -4233579 or 9791167. OLE color: 9791167.

HSL color Cylindrical-coordinate representation of color #BF6695: hue angle of 328.31º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6695 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB191102149-
CMYK00.470.220.25
HSL328.31º41.01%57.45%-
HSV(B)328.31º46.6%74.9%-
XYZ31.6622.7531.16-
YUV133.97136.49168.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 102 (40.23% from 255) = 23.08%
BLUE value IS 149 (58.59% from 255) = 33.71%
R=43.21%
G=23.08%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110214900.470.220.25328.3141.0157.45
HexBF669502F16191482939
Octal27714622505726315105171
Binary1011111111001101001010101011111011011001101001000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf6695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf6695; }

 p { color: rgb(191,102,149); }

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

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

 a { background-color: rgb(191,102,149); }

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

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

 span { border-color: rgb(191,102,149); }

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