#BF6599

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

Shades of Hopbush #BF6599

Tints of Hopbush #BF6599

Color information

#BF6599 (or 0xBF6599) is unknown color: approx Hopbush. HEX triplet: BF, 65 and 99. RGB value is (191,101,153). Sum of RGB (Red+Green+Blue) = 191+101+153=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6599 is #409A66. Grayscale: #858585. Windows color (decimal): -4233831 or 10053055. OLE color: 10053055.

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

Color convert

RGB191101153-
CMYK00.470.200.25
HSL325.33º41.28%57.25%-
HSV(B)325.33º47.12%74.9%-
XYZ31.8922.6832.83-
YUV133.84138.82168.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 101 (39.84% from 255) = 22.70%
BLUE value IS 153 (60.16% from 255) = 34.38%
R=42.92%
G=22.70%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110115300.470.200.25325.3341.2857.25
HexBF659902F14191452939
Octal27714523105724315055171
Binary1011111111001011001100101011111010011001101000101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6599; }

 p { color: rgb(191,101,153); }

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

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

 a { background-color: rgb(191,101,153); }

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

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

 span { border-color: rgb(191,101,153); }

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